Method: PureCloud::Station.attribute_map
- Defined in:
- lib/purecloud/models/station.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 |
# File 'lib/purecloud/models/station.rb', line 44 def self.attribute_map { :'id' => :'id', :'name' => :'name', :'description' => :'description', :'status' => :'status', :'user_id' => :'userId', :'primary_edge' => :'primaryEdge', :'secondary_edge' => :'secondaryEdge', :'type' => :'type', :'line_appearance_id' => :'lineAppearanceId', :'self_uri' => :'selfUri' } end |