Method: PureCloud::KeyRotationSchedule.attribute_map
- Defined in:
- lib/purecloudclient_v2a/models/key_rotation_schedule.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
33 34 35 36 37 38 39 40 41 42 43 44 45 |
# File 'lib/purecloudclient_v2a/models/key_rotation_schedule.rb', line 33 def self.attribute_map { :'id' => :'id', :'name' => :'name', :'period' => :'period', :'self_uri' => :'selfUri' } end |