GetEntityResponse

Types

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

Properties

Link copied to clipboard

This flag notes whether all components are returned in the API response. The maximum number of components returned is 30.

Link copied to clipboard
val arn: String

The ARN of the entity.

Link copied to clipboard

An object that maps strings to the components in the entity. Each string in the mapping must be unique to this object.

Link copied to clipboard

The date and time when the entity was created.

Link copied to clipboard

The description of the entity.

Link copied to clipboard

The ID of the entity.

Link copied to clipboard

The name of the entity.

Link copied to clipboard

A Boolean value that specifies whether the entity has associated child entities.

Link copied to clipboard

The ID of the parent entity for this entity.

Link copied to clipboard

The current status of the entity.

Link copied to clipboard

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

Link copied to clipboard

The date and time when the entity was last updated.

Link copied to clipboard

The ID of the workspace.

Functions

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