Method: AutosdeOpenapiClient::ServiceCreate.openapi_types

Defined in:
lib/autosde_openapi_client/models/service_create.rb

.openapi_typesObject

Attribute type mapping.



86
87
88
89
90
91
92
93
94
95
96
97
98
# File 'lib/autosde_openapi_client/models/service_create.rb', line 86

def self.openapi_types
  {
    :'capability_value_list' => :'Array<String>',
    :'component_state' => :'String',
    :'description' => :'String',
    :'name' => :'String',
    :'profile' => :'Profile',
    :'project' => :'AutoSDEProject',
    :'provisioning_strategy' => :'ProvisioningStrategy',
    :'uuid' => :'String',
    :'version' => :'Integer'
  }
end