Method: ArtikCloud::NormalizedActionsEnvelope.attribute_map

Defined in:
lib/artikcloud/models/normalized_actions_envelope.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



39
40
41
42
43
44
45
46
47
48
49
50
51
52
# File 'lib/artikcloud/models/normalized_actions_envelope.rb', line 39

def self.attribute_map
  {
    :'ddids' => :'ddids',
    :'ddid' => :'ddid',
    :'uid' => :'uid',
    :'start_date' => :'startDate',
    :'end_date' => :'endDate',
    :'order' => :'order',
    :'_next' => :'next',
    :'count' => :'count',
    :'size' => :'size',
    :'data' => :'data'
  }
end