Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AssetModelProperty = AssetModelProperty' {
- dataTypeSpec :: Maybe Text
- id :: Maybe Text
- unit :: Maybe Text
- name :: Text
- dataType :: PropertyDataType
- type' :: PropertyType
- newAssetModelProperty :: Text -> PropertyDataType -> PropertyType -> AssetModelProperty
- assetModelProperty_dataTypeSpec :: Lens' AssetModelProperty (Maybe Text)
- assetModelProperty_id :: Lens' AssetModelProperty (Maybe Text)
- assetModelProperty_unit :: Lens' AssetModelProperty (Maybe Text)
- assetModelProperty_name :: Lens' AssetModelProperty Text
- assetModelProperty_dataType :: Lens' AssetModelProperty PropertyDataType
- assetModelProperty_type :: Lens' AssetModelProperty PropertyType
Documentation
data AssetModelProperty Source #
Contains information about an asset model property.
See: newAssetModelProperty
smart constructor.
AssetModelProperty' | |
|
Instances
newAssetModelProperty Source #
Create a value of AssetModelProperty
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:dataTypeSpec:AssetModelProperty'
, assetModelProperty_dataTypeSpec
- The data type of the structure for this property. This parameter exists
on properties that have the STRUCT
data type.
$sel:id:AssetModelProperty'
, assetModelProperty_id
- The ID of the asset model property.
$sel:unit:AssetModelProperty'
, assetModelProperty_unit
- The unit of the asset model property, such as Newtons
or RPM
.
$sel:name:AssetModelProperty'
, assetModelProperty_name
- The name of the asset model property.
$sel:dataType:AssetModelProperty'
, assetModelProperty_dataType
- The data type of the asset model property.
$sel:type':AssetModelProperty'
, assetModelProperty_type
- The property type (see PropertyType
).
assetModelProperty_dataTypeSpec :: Lens' AssetModelProperty (Maybe Text) Source #
The data type of the structure for this property. This parameter exists
on properties that have the STRUCT
data type.
assetModelProperty_id :: Lens' AssetModelProperty (Maybe Text) Source #
The ID of the asset model property.
assetModelProperty_unit :: Lens' AssetModelProperty (Maybe Text) Source #
The unit of the asset model property, such as Newtons
or RPM
.
assetModelProperty_name :: Lens' AssetModelProperty Text Source #
The name of the asset model property.
assetModelProperty_dataType :: Lens' AssetModelProperty PropertyDataType Source #
The data type of the asset model property.
assetModelProperty_type :: Lens' AssetModelProperty PropertyType Source #
The property type (see PropertyType
).