Class: DingSDK::Shared::RetryAuthenticationRequest
- Inherits:
 - 
      Utils::FieldAugmented
      
        
- Object
 - Utils::FieldAugmented
 - DingSDK::Shared::RetryAuthenticationRequest
 
 
- Extended by:
 - T::Sig
 
- Defined in:
 - lib/ding_sdk/models/shared/retryauthenticationrequest.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(authentication_uuid: nil, customer_uuid: nil)  ⇒ RetryAuthenticationRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of RetryAuthenticationRequest.
 
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(authentication_uuid: nil, customer_uuid: nil) ⇒ RetryAuthenticationRequest
Returns a new instance of RetryAuthenticationRequest.
      21 22 23 24  | 
    
      # File 'lib/ding_sdk/models/shared/retryauthenticationrequest.rb', line 21 def initialize(authentication_uuid: nil, customer_uuid: nil) @authentication_uuid = authentication_uuid @customer_uuid = customer_uuid end  |