Class: TencentCloud::Mongodb::V20180408::SetAutoRenewResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mongodb::V20180408::SetAutoRenewResponse
- Defined in:
- lib/v20180408/models.rb
Overview
SetAutoRenew返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ SetAutoRenewResponse
constructor
A new instance of SetAutoRenewResponse.
Constructor Details
#initialize(requestid = nil) ⇒ SetAutoRenewResponse
Returns a new instance of SetAutoRenewResponse.
851 852 853 |
# File 'lib/v20180408/models.rb', line 851 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
849 850 851 |
# File 'lib/v20180408/models.rb', line 849 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
855 856 857 |
# File 'lib/v20180408/models.rb', line 855 def deserialize(params) @RequestId = params['RequestId'] end |