Class: TencentCloud::Kms::V20190118::GenerateRandomResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Kms::V20190118::GenerateRandomResponse
- Defined in:
- lib/v20190118/models.rb
Overview
GenerateRandom返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(plaintext = nil, requestid = nil) ⇒ GenerateRandomResponse
constructor
A new instance of GenerateRandomResponse.
Constructor Details
#initialize(plaintext = nil, requestid = nil) ⇒ GenerateRandomResponse
Returns a new instance of GenerateRandomResponse.
1819 1820 1821 1822 |
# File 'lib/v20190118/models.rb', line 1819 def initialize(plaintext=nil, requestid=nil) @Plaintext = plaintext @RequestId = requestid end |
Instance Attribute Details
#Plaintext ⇒ Object
1817 1818 1819 |
# File 'lib/v20190118/models.rb', line 1817 def Plaintext @Plaintext end |
#RequestId ⇒ Object
1817 1818 1819 |
# File 'lib/v20190118/models.rb', line 1817 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1824 1825 1826 1827 |
# File 'lib/v20190118/models.rb', line 1824 def deserialize(params) @Plaintext = params['Plaintext'] @RequestId = params['RequestId'] end |