Method: PureCloud::CampaignScheduleNotification.attribute_map
- Defined in:
- lib/purecloud/models/campaign_schedule_notification.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
# File 'lib/purecloud/models/campaign_schedule_notification.rb', line 40 def self.attribute_map { :'id' => :'id', :'name' => :'name', :'date_created' => :'dateCreated', :'date_modified' => :'dateModified', :'version' => :'version', :'intervals' => :'intervals', :'time_zone' => :'timeZone', :'campaign' => :'campaign', :'additional_properties' => :'additionalProperties' } end |