Name | Type | Description | Notes |
---|---|---|---|
Id | long? | ID of the current Block. | |
BroadcastId | long? | Currently assigned Broadcast connected to the current Block, identified by the Broadcast ID. | |
Start | DateTime? | Start of the Block (formatted as a DateTime object), saved with an TimeZone. | |
Stop | DateTime? | End of the Block (formatted as a DateTime object), saved with an TimeZone. | |
CreatedAt | DateTime? | Time of the creation of the Block (formatted as a DateTime object), saved with an TimeZone. | |
UpdatedAt | DateTime? | Time of the last update of the Block (formatted as a DateTime object), saved with an TimeZone. | |
DeletedAt | DateTime? | Moment when the Block got deleted (formatted as a DateTime object), saved with an TimeZone. | |
ExternalStationId | long? | [optional] | |
Items | BlockRelationsItems | [optional] | |
Broadcast | BlockRelationsBroadcast | [optional] | |
Program | BlockRelationsProgram | [optional] |