Skip to content

Files

Latest commit

 

History

History
17 lines (13 loc) · 1.29 KB

Block.md

File metadata and controls

17 lines (13 loc) · 1.29 KB

Block

Properties

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]

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