Method: PulpcoreClient::PatchedAccessPolicy.attribute_map

Defined in:
lib/pulpcore_client/models/patched_access_policy.rb

.attribute_mapObject

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



32
33
34
35
36
37
38
39
# File 'lib/pulpcore_client/models/patched_access_policy.rb', line 32

def self.attribute_map
  {
    :'permissions_assignment' => :'permissions_assignment',
    :'creation_hooks' => :'creation_hooks',
    :'statements' => :'statements',
    :'queryset_scoping' => :'queryset_scoping'
  }
end