Class: TencentCloud::Tdid::V20210519::CreateDisclosedCredentialRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdid::V20210519::CreateDisclosedCredentialRequest
- Defined in:
- lib/v20210519/models.rb
Overview
CreateDisclosedCredential请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(policyid = nil, credentialdata = nil, policyjson = nil, dapid = nil, uapid = nil) ⇒ CreateDisclosedCredentialRequest
constructor
A new instance of CreateDisclosedCredentialRequest.
Constructor Details
#initialize(policyid = nil, credentialdata = nil, policyjson = nil, dapid = nil, uapid = nil) ⇒ CreateDisclosedCredentialRequest
Returns a new instance of CreateDisclosedCredentialRequest.
87 88 89 90 91 92 93 |
# File 'lib/v20210519/models.rb', line 87 def initialize(policyid=nil, credentialdata=nil, policyjson=nil, dapid=nil, uapid=nil) @PolicyId = policyid @CredentialData = credentialdata @PolicyJson = policyjson @DAPId = dapid @UAPId = uapid end |
Instance Attribute Details
#CredentialData ⇒ Object
85 86 87 |
# File 'lib/v20210519/models.rb', line 85 def CredentialData @CredentialData end |
#DAPId ⇒ Object
85 86 87 |
# File 'lib/v20210519/models.rb', line 85 def DAPId @DAPId end |
#PolicyId ⇒ Object
85 86 87 |
# File 'lib/v20210519/models.rb', line 85 def PolicyId @PolicyId end |
#PolicyJson ⇒ Object
85 86 87 |
# File 'lib/v20210519/models.rb', line 85 def PolicyJson @PolicyJson end |
#UAPId ⇒ Object
85 86 87 |
# File 'lib/v20210519/models.rb', line 85 def UAPId @UAPId end |
Instance Method Details
#deserialize(params) ⇒ Object
95 96 97 98 99 100 101 |
# File 'lib/v20210519/models.rb', line 95 def deserialize(params) @PolicyId = params['PolicyId'] @CredentialData = params['CredentialData'] @PolicyJson = params['PolicyJson'] @DAPId = params['DAPId'] @UAPId = params['UAPId'] end |