Class: TencentCloud::Ecm::V20190719::ModifyIpv6AddressesBandwidthResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::ModifyIpv6AddressesBandwidthResponse
- Defined in:
- lib/v20190719/models.rb
Overview
ModifyIpv6AddressesBandwidth返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyIpv6AddressesBandwidthResponse
constructor
A new instance of ModifyIpv6AddressesBandwidthResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyIpv6AddressesBandwidthResponse
Returns a new instance of ModifyIpv6AddressesBandwidthResponse.
7426 7427 7428 |
# File 'lib/v20190719/models.rb', line 7426 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
7424 7425 7426 |
# File 'lib/v20190719/models.rb', line 7424 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7430 7431 7432 |
# File 'lib/v20190719/models.rb', line 7430 def deserialize(params) @RequestId = params['RequestId'] end |