Method: PureCloud::TimeOffRequestQueryBody.attribute_map
- Defined in:
- lib/purecloudplatformclientv2/models/time_off_request_query_body.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
31 32 33 34 35 36 37 38 39 40 41 |
# File 'lib/purecloudplatformclientv2/models/time_off_request_query_body.rb', line 31 def self.attribute_map { :'user_ids' => :'userIds', :'statuses' => :'statuses', :'date_range' => :'dateRange' } end |