Method: FuseClient::FuseApiAggregatorError.openapi_nullable

Defined in:
lib/fuse_client/models/fuse_api_aggregator_error.rb

.openapi_nullableObject

List of attributes with nullable: true



60
61
62
63
64
65
66
67
68
# File 'lib/fuse_client/models/fuse_api_aggregator_error.rb', line 60

def self.openapi_nullable
  Set.new([
    :'request_id',
    :'title',
    :'details',
    :'code',
    :'type',
  ])
end