Class: TencentCloud::Tdid::V20210519::GetTDidPubKeyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdid::V20210519::GetTDidPubKeyResponse
- Defined in:
- lib/v20210519/models.rb
Overview
GetTDidPubKey返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(authpublickeylist = nil, requestid = nil) ⇒ GetTDidPubKeyResponse
constructor
A new instance of GetTDidPubKeyResponse.
Constructor Details
#initialize(authpublickeylist = nil, requestid = nil) ⇒ GetTDidPubKeyResponse
Returns a new instance of GetTDidPubKeyResponse.
711 712 713 714 |
# File 'lib/v20210519/models.rb', line 711 def initialize(authpublickeylist=nil, requestid=nil) @AuthPublicKeyList = authpublickeylist @RequestId = requestid end |
Instance Attribute Details
#AuthPublicKeyList ⇒ Object
709 710 711 |
# File 'lib/v20210519/models.rb', line 709 def AuthPublicKeyList @AuthPublicKeyList end |
#RequestId ⇒ Object
709 710 711 |
# File 'lib/v20210519/models.rb', line 709 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
716 717 718 719 |
# File 'lib/v20210519/models.rb', line 716 def deserialize(params) @AuthPublicKeyList = params['AuthPublicKeyList'] @RequestId = params['RequestId'] end |