Name | Type | Description | Notes |
---|---|---|---|
Id | string | Unique identifier for the space. Max 255 characters. | |
CreatedAt | string | Time the space was created, defined as a Unix timestamp (seconds since epoch). | |
Type | SpaceType | ||
Status | SpaceStatus | ||
Passthrough | string | Arbitrary user-supplied metadata that will be included in the space details and related webhooks. Max: 255 characters. | [optional] |
Broadcasts | List<Broadcast> | An array of broadcast destinations. | [optional] |
ActiveSessionId | string | Unique identifier for the current lifecycle of the space. Only set when the space is `active` and is set to a new value each time the space transitions from `idle` to `active`. This value is useful for logging and debugging issues. Max 255 characters. | [optional] |