Method: PulpcoreClient::CompositeContentGuardResponse.attribute_map
- Defined in:
- lib/pulpcore_client/models/composite_content_guard_response.rb
.attribute_map ⇒ Object
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/composite_content_guard_response.rb', line 39 def self.attribute_map { :'pulp_href' => :'pulp_href', :'prn' => :'prn', :'pulp_created' => :'pulp_created', :'pulp_last_updated' => :'pulp_last_updated', :'name' => :'name', :'description' => :'description', :'guards' => :'guards' } end |