Method: PureCloud::PolicyConditions.attribute_map
- Defined in:
- lib/purecloud/models/policy_conditions.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'lib/purecloud/models/policy_conditions.rb', line 38 def self.attribute_map { :'for_users' => :'forUsers', :'directions' => :'directions', :'date_ranges' => :'dateRanges', :'media_types' => :'mediaTypes', :'for_queues' => :'forQueues', :'duration' => :'duration', :'wrapup_codes' => :'wrapupCodes', :'time_allowed' => :'timeAllowed' } end |