Method: Falcon::ModelsAPIPolicyGroup.attribute_map

Defined in:
lib/crimson-falcon/models/models_api_policy_group.rb

.attribute_mapObject

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



50
51
52
53
54
55
56
57
58
59
60
# File 'lib/crimson-falcon/models/models_api_policy_group.rb', line 50

def self.attribute_map
  {
    :'created_at' => :'created_at',
    :'description' => :'description',
    :'name' => :'name',
    :'policy_group_data' => :'policy_group_data',
    :'policy_uuid' => :'policy_uuid',
    :'updated_at' => :'updated_at',
    :'uuid' => :'uuid'
  }
end