Class: OpenApiSDK::Operations::DeleteDomainResponse

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/open_api_sdk/models/operations/deletedomain_response.rb

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(content_type: nil, raw_response: nil, status_code: nil, bad_request: nil, conflict: nil, forbidden: nil, internal_server_error: nil, invite_expired: nil, not_found: nil, object: nil, rate_limit_exceeded: nil, unauthorized: nil, unprocessable_entity: nil) ⇒ DeleteDomainResponse

Returns a new instance of DeleteDomainResponse.



43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# File 'lib/open_api_sdk/models/operations/deletedomain_response.rb', line 43

def initialize(content_type: nil, raw_response: nil, status_code: nil, bad_request: nil, conflict: nil, forbidden: nil, internal_server_error: nil, invite_expired: nil, not_found: nil, object: nil, rate_limit_exceeded: nil, unauthorized: nil, unprocessable_entity: nil)
  @content_type = content_type
  @raw_response = raw_response
  @status_code = status_code
  @bad_request = bad_request
  @conflict = conflict
  @forbidden = forbidden
  @internal_server_error = internal_server_error
  @invite_expired = invite_expired
  @not_found = not_found
  @object = object
  @rate_limit_exceeded = rate_limit_exceeded
  @unauthorized = unauthorized
  @unprocessable_entity = unprocessable_entity
end