ComponentSummary

An object that returns information about a component summary.

Types

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

Properties

Link copied to clipboard

The name of the component.

Link copied to clipboard

This string specifies the path to the composite component, starting from the top-level component.

Link copied to clipboard

The ID of the component type.

Link copied to clipboard

The name of the property definition set in the request.

Link copied to clipboard

The description of the component request.

Link copied to clipboard
Link copied to clipboard

The status of the component type.

Link copied to clipboard

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

Functions

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