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