AssetModelPropertyArgs

data class AssetModelPropertyArgs(val dataType: Output<AssetModelDataType>, val dataTypeSpec: Output<AssetModelDataTypeSpec>? = null, val logicalId: Output<String>, val name: Output<String>, val type: Output<AssetModelPropertyTypeArgs>, val unit: Output<String>? = null) : ConvertibleToJava<AssetModelPropertyArgs>

Contains information about an asset model property.

Constructors

Link copied to clipboard
fun AssetModelPropertyArgs(dataType: Output<AssetModelDataType>, dataTypeSpec: Output<AssetModelDataTypeSpec>? = null, logicalId: Output<String>, name: Output<String>, type: Output<AssetModelPropertyTypeArgs>, unit: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): AssetModelPropertyArgs

Properties

Link copied to clipboard

The data type of the asset model property.

Link copied to clipboard

The data type of the structure for this property.

Link copied to clipboard
val logicalId: Output<String>

Customer provided ID for property.

Link copied to clipboard
val name: Output<String>

The name of the asset model property.

Link copied to clipboard

The property type

Link copied to clipboard
val unit: Output<String>? = null

The unit of the asset model property, such as Newtons or RPM.