CustomProperty

Represents a member of the complex data structure. The data type of the property can be either primitive or another struct.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A comment in addition to the description.

Link copied to clipboard

Indicates whether the property is binary data.

Link copied to clipboard

The data type for the custom property.

Link copied to clipboard

The deprecation message for the node or the branch that was moved or deleted.

Link copied to clipboard

A brief description of the custom property.

Link copied to clipboard

The fully qualified name of the custom property. For example, the fully qualified name of a custom property might be ComplexDataTypes.VehicleDataTypes.SVMCamera.FPS.

Link copied to clipboard

The fully qualified name of the struct node for the custom property if the data type of the custom property is Struct or StructArray.

Functions

Link copied to clipboard
inline fun copy(block: CustomProperty.Builder.() -> Unit = {}): CustomProperty
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String