Method: PulpcoreClient::AccessPolicyResponse.attribute_map

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

.attribute_mapObject

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



42
43
44
45
46
47
48
49
50
51
52
53
# File 'lib/pulpcore_client/models/access_policy_response.rb', line 42

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