Class: TencentCloud::Mna::V20210119::GetPublicKeyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mna::V20210119::GetPublicKeyResponse
- Defined in:
- lib/v20210119/models.rb
Overview
GetPublicKey返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(publickey = nil, requestid = nil) ⇒ GetPublicKeyResponse
constructor
A new instance of GetPublicKeyResponse.
Constructor Details
#initialize(publickey = nil, requestid = nil) ⇒ GetPublicKeyResponse
Returns a new instance of GetPublicKeyResponse.
1862 1863 1864 1865 |
# File 'lib/v20210119/models.rb', line 1862 def initialize(publickey=nil, requestid=nil) @PublicKey = publickey @RequestId = requestid end |
Instance Attribute Details
#PublicKey ⇒ Object
1860 1861 1862 |
# File 'lib/v20210119/models.rb', line 1860 def PublicKey @PublicKey end |
#RequestId ⇒ Object
1860 1861 1862 |
# File 'lib/v20210119/models.rb', line 1860 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1867 1868 1869 1870 |
# File 'lib/v20210119/models.rb', line 1867 def deserialize(params) @PublicKey = params['PublicKey'] @RequestId = params['RequestId'] end |