Class: TencentCloud::Ecm::V20190719::ModifyDefaultSubnetResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::ModifyDefaultSubnetResponse
- Defined in:
- lib/v20190719/models.rb
Overview
ModifyDefaultSubnet返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyDefaultSubnetResponse
constructor
A new instance of ModifyDefaultSubnetResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyDefaultSubnetResponse
Returns a new instance of ModifyDefaultSubnetResponse.
7209 7210 7211 |
# File 'lib/v20190719/models.rb', line 7209 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
7207 7208 7209 |
# File 'lib/v20190719/models.rb', line 7207 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7213 7214 7215 |
# File 'lib/v20190719/models.rb', line 7213 def deserialize(params) @RequestId = params['RequestId'] end |