AssetPropertiesArgs

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)