Method: OpenapiClient::ResourceReplace.openapi_types

Defined in:
lib/openapi_client/models/resource_replace.rb

.openapi_typesObject

Attribute type mapping.



50
51
52
53
54
55
56
57
58
# File 'lib/openapi_client/models/resource_replace.rb', line 50

def self.openapi_types
  {
    :'name' => :'String',
    :'urn' => :'String',
    :'description' => :'String',
    :'actions' => :'Hash<String, ActionBlockEditable>',
    :'attributes' => :'Hash<String, AttributeBlockEditable>'
  }
end