Method: XbimAim::ModelCreate.attribute_map

Defined in:
lib/xbim_aim/models/model_create.rb

.attribute_mapObject

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



59
60
61
62
63
64
65
66
67
68
# File 'lib/xbim_aim/models/model_create.rb', line 59

def self.attribute_map
  {
    :'asset_id' => :'AssetId',
    :'name' => :'Name',
    :'revision' => :'Revision',
    :'status' => :'Status',
    :'state' => :'State',
    :'segment_name' => :'SegmentName'
  }
end