Method: OpenapiClient::LocationResponse.openapi_nullable
- Defined in:
- lib/openapi_client/models/location_response.rb
.openapi_nullable ⇒ Object
List of attributes with nullable: true
60 61 62 63 64 65 66 67 68 |
# File 'lib/openapi_client/models/location_response.rb', line 60 def self.openapi_nullable Set.new([ :'id', :'remote_id', :'name', :'type', :'address' ]) end |