Method: MuxRuby::CreateWebInputRequest.attribute_map

Defined in:
lib/mux_ruby/models/create_web_input_request.rb

.attribute_mapObject

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



67
68
69
70
71
72
73
74
75
76
77
78
79
# File 'lib/mux_ruby/models/create_web_input_request.rb', line 67

def self.attribute_map
  {
    :'id' => :'id',
    :'created_at' => :'created_at',
    :'url' => :'url',
    :'auto_launch' => :'auto_launch',
    :'live_stream_id' => :'live_stream_id',
    :'status' => :'status',
    :'passthrough' => :'passthrough',
    :'resolution' => :'resolution',
    :'timeout' => :'timeout'
  }
end