Class: OpenApiSDK::Operations::GetLinksResponse

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/open_api_sdk/models/operations/getlinks_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, link_schemas: nil, not_found: nil, rate_limit_exceeded: nil, unauthorized: nil, unprocessable_entity: nil) ⇒ GetLinksResponse

Returns a new instance of GetLinksResponse.



43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# File 'lib/open_api_sdk/models/operations/getlinks_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, link_schemas: nil, not_found: 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
  @link_schemas = link_schemas
  @not_found = not_found
  @rate_limit_exceeded = rate_limit_exceeded
  @unauthorized = unauthorized
  @unprocessable_entity = unprocessable_entity
end