Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data LoRaWANServiceProfile = LoRaWANServiceProfile' {}
- newLoRaWANServiceProfile :: LoRaWANServiceProfile
- loRaWANServiceProfile_addGwMetadata :: Lens' LoRaWANServiceProfile (Maybe Bool)
- loRaWANServiceProfile_drMax :: Lens' LoRaWANServiceProfile (Maybe Natural)
- loRaWANServiceProfile_drMin :: Lens' LoRaWANServiceProfile (Maybe Natural)
Documentation
data LoRaWANServiceProfile Source #
LoRaWANServiceProfile object.
See: newLoRaWANServiceProfile
smart constructor.
Instances
newLoRaWANServiceProfile :: LoRaWANServiceProfile Source #
Create a value of LoRaWANServiceProfile
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:addGwMetadata:LoRaWANServiceProfile'
, loRaWANServiceProfile_addGwMetadata
- The AddGWMetaData value.
$sel:drMax:LoRaWANServiceProfile'
, loRaWANServiceProfile_drMax
- The DrMax value.
$sel:drMin:LoRaWANServiceProfile'
, loRaWANServiceProfile_drMin
- The DrMin value.
loRaWANServiceProfile_addGwMetadata :: Lens' LoRaWANServiceProfile (Maybe Bool) Source #
The AddGWMetaData value.
loRaWANServiceProfile_drMax :: Lens' LoRaWANServiceProfile (Maybe Natural) Source #
The DrMax value.
loRaWANServiceProfile_drMin :: Lens' LoRaWANServiceProfile (Maybe Natural) Source #
The DrMin value.