Class: DingSDK::Shared::RetryAuthenticationResponse
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- DingSDK::Shared::RetryAuthenticationResponse
- Extended by:
- T::Sig
- Defined in:
- lib/ding_sdk/models/shared/retryauthenticationresponse.rb
Instance Method Summary collapse
-
#initialize(authentication_uuid: nil, created_at: nil, next_retry_at: nil, remaining_retry: nil, status: nil) ⇒ RetryAuthenticationResponse
constructor
A new instance of RetryAuthenticationResponse.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(authentication_uuid: nil, created_at: nil, next_retry_at: nil, remaining_retry: nil, status: nil) ⇒ RetryAuthenticationResponse
Returns a new instance of RetryAuthenticationResponse.
34 35 36 37 38 39 40 |
# File 'lib/ding_sdk/models/shared/retryauthenticationresponse.rb', line 34 def initialize(authentication_uuid: nil, created_at: nil, next_retry_at: nil, remaining_retry: nil, status: nil) @authentication_uuid = authentication_uuid @created_at = created_at @next_retry_at = next_retry_at @remaining_retry = remaining_retry @status = status end |