Method: OpenapiClient::GroupResponse.openapi_nullable

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

.openapi_nullableObject

List of attributes with nullable: true



74
75
76
77
78
79
80
81
# File 'lib/openapi_client/models/group_response.rb', line 74

def self.openapi_nullable
  Set.new([
    :'id',
    :'remote_id',
    :'name',
    :'type'
  ])
end