Method: OpenapiClient::ResourceReplace.attribute_map
- Defined in:
- lib/openapi_client/models/resource_replace.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
34 35 36 37 38 39 40 41 42 |
# File 'lib/openapi_client/models/resource_replace.rb', line 34 def self.attribute_map { :'name' => :'name', :'urn' => :'urn', :'description' => :'description', :'actions' => :'actions', :'attributes' => :'attributes' } end |