Class: DingSDK::Shared::CreateCheckResponse

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

Instance Method Summary collapse

Methods included from MetadataFields

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

Constructor Details

#initialize(authentication_uuid: nil, status: nil) ⇒ CreateCheckResponse

Returns a new instance of CreateCheckResponse.



49
50
51
52
# File 'lib/ding/models/shared/createcheckresponse.rb', line 49

def initialize(authentication_uuid: nil, status: nil)
  @authentication_uuid = authentication_uuid
  @status = status
end