Sha256: 9d6b0851c632b8b81481333eb54dcc7b1e850393497b86f53987df090ed1dc1a
Contents?: true
Size: 1.2 KB
Versions: 22
Compression:
Stored size: 1.2 KB
Contents
# RadioManagerClient::BlockResult ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | ID of the current Block. | **broadcast_id** | **Integer** | 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. | **created_at** | **DateTime** | Time of the creation of the Block (formatted as a DateTime object), saved with an TimeZone. | **updated_at** | **DateTime** | Time of the last update of the Block (formatted as a DateTime object), saved with an TimeZone. | **deleted_at** | **DateTime** | Moment when the Block got deleted (formatted as a DateTime object), saved with an TimeZone. | **_external_station_id** | **Integer** | | [optional] **items** | [**BlockRelationsItems**](BlockRelationsItems.md) | | [optional] **broadcast** | [**BlockRelationsBroadcast**](BlockRelationsBroadcast.md) | | [optional] **program** | [**BlockRelationsProgram**](BlockRelationsProgram.md) | | [optional]
Version data entries
22 entries across 22 versions & 1 rubygems