Asset Properties Args
data class AssetPropertiesArgs(val assetEndpointProfileUri: Output<String>, val assetType: Output<String>? = null, val attributes: Output<Any>? = null, val dataPoints: Output<List<AssetPropertiesDataPointsArgs>>? = null, val defaultDataPointsConfiguration: Output<String>? = null, val defaultEventsConfiguration: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val documentationUri: Output<String>? = null, val enabled: Output<Boolean>? = null, val events: Output<List<AssetPropertiesEventsArgs>>? = null, val externalAssetId: Output<String>? = null, val hardwareRevision: Output<String>? = null, val manufacturer: Output<String>? = null, val manufacturerUri: Output<String>? = null, val model: Output<String>? = null, val productCode: Output<String>? = null, val serialNumber: Output<String>? = null, val softwareRevision: Output<String>? = null) : ConvertibleToJava<AssetPropertiesArgs>
Asset resource properties.
Constructors
Link copied to clipboard
fun AssetPropertiesArgs(assetEndpointProfileUri: Output<String>, assetType: Output<String>? = null, attributes: Output<Any>? = null, dataPoints: Output<List<AssetPropertiesDataPointsArgs>>? = null, defaultDataPointsConfiguration: Output<String>? = null, defaultEventsConfiguration: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, documentationUri: Output<String>? = null, enabled: Output<Boolean>? = null, events: Output<List<AssetPropertiesEventsArgs>>? = null, externalAssetId: Output<String>? = null, hardwareRevision: Output<String>? = null, manufacturer: Output<String>? = null, manufacturerUri: Output<String>? = null, model: Output<String>? = null, productCode: Output<String>? = null, serialNumber: Output<String>? = null, softwareRevision: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard