ComponentTypePropertyDefinitionArgs

data class ComponentTypePropertyDefinitionArgs(val configurations: Output<Map<String, String>>? = null, val dataType: Output<ComponentTypeDataTypeArgs>? = null, val defaultValue: Output<ComponentTypeDataValueArgs>? = null, val isExternalId: Output<Boolean>? = null, val isRequiredInEntity: Output<Boolean>? = null, val isStoredExternally: Output<Boolean>? = null, val isTimeSeries: Output<Boolean>? = null) : ConvertibleToJava<ComponentTypePropertyDefinitionArgs>

An object that sets information about a property.

Constructors

Link copied to clipboard
constructor(configurations: Output<Map<String, String>>? = null, dataType: Output<ComponentTypeDataTypeArgs>? = null, defaultValue: Output<ComponentTypeDataValueArgs>? = null, isExternalId: Output<Boolean>? = null, isRequiredInEntity: Output<Boolean>? = null, isStoredExternally: Output<Boolean>? = null, isTimeSeries: Output<Boolean>? = null)

Properties

Link copied to clipboard
val configurations: Output<Map<String, String>>? = null

An object that specifies information about a property.

Link copied to clipboard
val dataType: Output<ComponentTypeDataTypeArgs>? = null

An object that contains information about the data type.

Link copied to clipboard

An object that contains the default value.

Link copied to clipboard
val isExternalId: Output<Boolean>? = null

A Boolean value that specifies whether the property ID comes from an external data store.

Link copied to clipboard
val isRequiredInEntity: Output<Boolean>? = null

A Boolean value that specifies whether the property is required.

Link copied to clipboard
val isStoredExternally: Output<Boolean>? = null

A Boolean value that specifies whether the property is stored externally.

Link copied to clipboard
val isTimeSeries: Output<Boolean>? = null

A Boolean value that specifies whether the property consists of time series data.

Functions

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