Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 2.11 KB

ProgramResult.md

File metadata and controls

34 lines (30 loc) · 2.11 KB

ProgramResult

Properties

Name Type Description Notes
Id int64 [default to null]
UpdatedAt time.Time [default to null]
CreatedAt time.Time [default to null]
DeletedAt time.Time [default to null]
ExternalStationId int64 [optional] [default to null]
ModelTypeId int64 [default to null]
FieldValues *interface{} [optional] [default to null]
Title string [default to null]
Disabled bool [optional] [default to null]
GenreId int64 [optional] [default to null]
Description string [optional] [default to null]
ShortName string [optional] [default to null]
MediumName string [optional] [default to null]
Website string [optional] [default to null]
Email string [optional] [default to null]
Recommended bool [optional] [default to null]
Language string [optional] [default to null]
PtyCodeId int64 [optional] [default to null]
Genre *BroadcastRelationsGenre [optional] [default to null]
Items *ProgramRelationsItems [optional] [default to null]
Blocks *ProgramRelationsBlocks [optional] [default to null]
Broadcasts *ProgramRelationsBroadcasts [optional] [default to null]
Presenters *ProgramRelationsPresenters [optional] [default to null]
Tags *ProgramRelationsTags [optional] [default to null]
ModelType *BroadcastRelationsModelType [optional] [default to null]

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