Class: TencentCloud::Tdid::V20210519::CreateSelectiveCredentialResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdid::V20210519::CreateSelectiveCredentialResponse
- Defined in:
- lib/v20210519/models.rb
Overview
CreateSelectiveCredential返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(credentialdata = nil, requestid = nil) ⇒ CreateSelectiveCredentialResponse
constructor
A new instance of CreateSelectiveCredentialResponse.
Constructor Details
#initialize(credentialdata = nil, requestid = nil) ⇒ CreateSelectiveCredentialResponse
Returns a new instance of CreateSelectiveCredentialResponse.
158 159 160 161 |
# File 'lib/v20210519/models.rb', line 158 def initialize(credentialdata=nil, requestid=nil) @CredentialData = credentialdata @RequestId = requestid end |
Instance Attribute Details
#CredentialData ⇒ Object
156 157 158 |
# File 'lib/v20210519/models.rb', line 156 def CredentialData @CredentialData end |
#RequestId ⇒ Object
156 157 158 |
# File 'lib/v20210519/models.rb', line 156 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
163 164 165 166 |
# File 'lib/v20210519/models.rb', line 163 def deserialize(params) @CredentialData = params['CredentialData'] @RequestId = params['RequestId'] end |