Class: DingSDK::Operations::GetAuthenticationStatusResponse
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- DingSDK::Operations::GetAuthenticationStatusResponse
- Extended by:
- T::Sig
- Defined in:
- lib/ding_sdk/models/operations/getauthenticationstatus_response.rb
Instance Method Summary collapse
-
#initialize(content_type: nil, raw_response: nil, status_code: nil, authentication_status_response: nil, error_response: nil) ⇒ GetAuthenticationStatusResponse
constructor
A new instance of GetAuthenticationStatusResponse.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(content_type: nil, raw_response: nil, status_code: nil, authentication_status_response: nil, error_response: nil) ⇒ GetAuthenticationStatusResponse
Returns a new instance of GetAuthenticationStatusResponse.
27 28 29 30 31 32 33 |
# File 'lib/ding_sdk/models/operations/getauthenticationstatus_response.rb', line 27 def initialize(content_type: nil, raw_response: nil, status_code: nil, authentication_status_response: nil, error_response: nil) @content_type = content_type @raw_response = raw_response @status_code = status_code @authentication_status_response = authentication_status_response @error_response = error_response end |