Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.35 KB

BlockResult.md

File metadata and controls

19 lines (16 loc) · 1.35 KB

RadioManager.Model.BlockResult

Properties

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]

[Back to Model list] [Back to API list] [Back to README]