CustomStruct

The custom structure represents a complex or higher-order data structure.

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

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

Link copied to clipboard

A brief description of the custom structure.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: CustomStruct.Builder.() -> Unit = {}): CustomStruct
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