GetComponentTypeResponse

Types

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

Properties

Link copied to clipboard
val arn: String

The ARN of the component type.

Link copied to clipboard

The ID of the component type.

Link copied to clipboard

The component type name.

Link copied to clipboard

This is an object that maps strings to compositeComponentTypes of the componentType. CompositeComponentType is referenced by componentTypeId.

Link copied to clipboard

The date and time when the component type was created.

Link copied to clipboard

The description of the component type.

Link copied to clipboard

The name of the parent component type that this component type extends.

Link copied to clipboard

An object that maps strings to the functions in the component type. Each string in the mapping must be unique to this object.

Link copied to clipboard

A Boolean value that specifies whether the component type is abstract.

Link copied to clipboard

A Boolean value that specifies whether the component type has a schema initializer and that the schema initializer has run.

Link copied to clipboard

A Boolean value that specifies whether an entity can have more than one component of this type.

Link copied to clipboard

An object that maps strings to the property definitions in the component type. Each string in the mapping must be unique to this object.

Link copied to clipboard

The maximum number of results to return at one time. The default is 25.

Link copied to clipboard

The current status of the component type.

Link copied to clipboard

The syncSource of the SyncJob, if this entity was created by a SyncJob.

Link copied to clipboard

The date and time when the component was last updated.

Link copied to clipboard

The ID of the workspace that contains the component type.

Functions

Link copied to clipboard
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