class DingSDK::Shared::RetryAuthenticationResponse

def initialize(authentication_uuid: nil, created_at: nil, next_retry_at: nil, remaining_retry: nil, status: nil)

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