Method: RadioManagerClient::ItemDataInput.attribute_map

Defined in:
lib/radiomanager_client/models/item_data_input.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# File 'lib/radiomanager_client/models/item_data_input.rb', line 81

def self.attribute_map
  {
    :'model_type_id' => :'model_type_id',
    :'block_id' => :'block_id',
    :'external_id' => :'external_id',
    :'field_values' => :'field_values',
    :'title' => :'title',
    :'duration' => :'duration',
    :'start' => :'start',
    :'status' => :'status',
    :'import' => :'import',
    :'campaign_id' => :'campaign_id',
    :'recommended' => :'recommended',
    :'station_draft_id' => :'station_draft_id',
    :'program_draft_id' => :'program_draft_id',
    :'user_draft_id' => :'user_draft_id',
    :'static_start' => :'static_start',
    :'details' => :'details',
    :'_previous_id' => :'_previous_id',
    :'_before_id' => :'_before_id',
    :'contacts' => :'contacts',
    :'tags' => :'tags'
  }
end