MembershipSummary

Contains summary information about a membership.

Types

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

Properties

Link copied to clipboard

The unique identifier of the agent space.

Link copied to clipboard

The unique identifier of the application.

Link copied to clipboard

The configuration for the membership.

Link copied to clipboard

The date and time the membership was created, in UTC format.

Link copied to clipboard

The identifier of the entity that created the membership.

Link copied to clipboard

The unique identifier of the membership.

Link copied to clipboard

The type of member.

Link copied to clipboard

The metadata for the member.

Link copied to clipboard

The date and time the membership was last updated, in UTC format.

Link copied to clipboard

The identifier of the entity that last updated the membership.

Functions

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