Method: PulpcoreClient::HeaderContentGuardResponse.attribute_map

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

.attribute_mapObject

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



39
40
41
42
43
44
45
46
47
48
49
# File 'lib/pulpcore_client/models/header_content_guard_response.rb', line 39

def self.attribute_map
  {
    :'pulp_href' => :'pulp_href',
    :'pulp_created' => :'pulp_created',
    :'name' => :'name',
    :'description' => :'description',
    :'header_name' => :'header_name',
    :'header_value' => :'header_value',
    :'jq_filter' => :'jq_filter'
  }
end