Class: DingSDK::Shared::CreateCheckResponse

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/ding_sdk/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.



28
29
30
31
# File 'lib/ding_sdk/models/shared/createcheckresponse.rb', line 28

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