Class: TencentCloud::Ecm::V20190719::AllocateIpv6AddressesBandwidthResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::AllocateIpv6AddressesBandwidthResponse
- Defined in:
- lib/v20190719/models.rb
Overview
AllocateIpv6AddressesBandwidth返回参数结构体
Instance Attribute Summary collapse
-
#AddressSet ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TaskId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(addressset = nil, taskid = nil, requestid = nil) ⇒ AllocateIpv6AddressesBandwidthResponse
constructor
A new instance of AllocateIpv6AddressesBandwidthResponse.
Constructor Details
#initialize(addressset = nil, taskid = nil, requestid = nil) ⇒ AllocateIpv6AddressesBandwidthResponse
Returns a new instance of AllocateIpv6AddressesBandwidthResponse.
276 277 278 279 280 |
# File 'lib/v20190719/models.rb', line 276 def initialize(addressset=nil, taskid=nil, requestid=nil) @AddressSet = addressset @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#AddressSet ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
274 275 276 |
# File 'lib/v20190719/models.rb', line 274 def AddressSet @AddressSet end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
274 275 276 |
# File 'lib/v20190719/models.rb', line 274 def RequestId @RequestId end |
#TaskId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
274 275 276 |
# File 'lib/v20190719/models.rb', line 274 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
282 283 284 285 286 |
# File 'lib/v20190719/models.rb', line 282 def deserialize(params) @AddressSet = params['AddressSet'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |