Method: Daily::RecordingStartedPayload.attribute_map
- Defined in:
- lib/daily-ruby/models/recording_started_payload.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
59 60 61 62 63 64 65 66 67 68 |
# File 'lib/daily-ruby/models/recording_started_payload.rb', line 59 def self.attribute_map { :'recording_id' => :'recording_id', :'action' => :'action', :'layout' => :'layout', :'started_by' => :'started_by', :'instance_id' => :'instance_id', :'start_ts' => :'start_ts' } end |