Class: DingSDK::Operations::CheckResponse

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

Instance Method Summary collapse

Methods included from MetadataFields

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

Constructor Details

#initialize(content_type: nil, status_code: nil, create_check_response: nil, error_response: nil, raw_response: nil) ⇒ CheckResponse

Returns a new instance of CheckResponse.



30
31
32
33
34
35
36
# File 'lib/ding/models/operations/check.rb', line 30

def initialize(content_type: nil, status_code: nil, create_check_response: nil, error_response: nil, raw_response: nil)
  @content_type = content_type
  @status_code = status_code
  @create_check_response = create_check_response
  @error_response = error_response
  @raw_response = raw_response
end