Class: TencentCloud::Tdid::V20210519::VerifyCredentialsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdid::V20210519::VerifyCredentialsRequest
- Defined in:
- lib/v20210519/models.rb
Overview
VerifyCredentials请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(verifytype = nil, credentialdata = nil, dapid = nil) ⇒ VerifyCredentialsRequest
constructor
A new instance of VerifyCredentialsRequest.
Constructor Details
#initialize(verifytype = nil, credentialdata = nil, dapid = nil) ⇒ VerifyCredentialsRequest
Returns a new instance of VerifyCredentialsRequest.
1021 1022 1023 1024 1025 |
# File 'lib/v20210519/models.rb', line 1021 def initialize(verifytype=nil, credentialdata=nil, dapid=nil) @VerifyType = verifytype @CredentialData = credentialdata @DAPId = dapid end |
Instance Attribute Details
#CredentialData ⇒ Object
1019 1020 1021 |
# File 'lib/v20210519/models.rb', line 1019 def CredentialData @CredentialData end |
#DAPId ⇒ Object
1019 1020 1021 |
# File 'lib/v20210519/models.rb', line 1019 def DAPId @DAPId end |
#VerifyType ⇒ Object
1019 1020 1021 |
# File 'lib/v20210519/models.rb', line 1019 def VerifyType @VerifyType end |
Instance Method Details
#deserialize(params) ⇒ Object
1027 1028 1029 1030 1031 |
# File 'lib/v20210519/models.rb', line 1027 def deserialize(params) @VerifyType = params['VerifyType'] @CredentialData = params['CredentialData'] @DAPId = params['DAPId'] end |