Method: OpenapiClient::GroupResponse.openapi_types

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

.openapi_typesObject

Attribute type mapping.



64
65
66
67
68
69
70
71
# File 'lib/openapi_client/models/group_response.rb', line 64

def self.openapi_types
  {
    :'id' => :'String',
    :'remote_id' => :'String',
    :'name' => :'String',
    :'type' => :'String'
  }
end