Class: TencentCloud::Ecm::V20190719::ModifyAddressesBandwidthRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::ModifyAddressesBandwidthRequest
- Defined in:
- lib/v20190719/models.rb
Overview
ModifyAddressesBandwidth请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ecmregion = nil, addressids = nil, internetmaxbandwidthout = nil) ⇒ ModifyAddressesBandwidthRequest
constructor
A new instance of ModifyAddressesBandwidthRequest.
Constructor Details
#initialize(ecmregion = nil, addressids = nil, internetmaxbandwidthout = nil) ⇒ ModifyAddressesBandwidthRequest
Returns a new instance of ModifyAddressesBandwidthRequest.
7141 7142 7143 7144 7145 |
# File 'lib/v20190719/models.rb', line 7141 def initialize(ecmregion=nil, addressids=nil, internetmaxbandwidthout=nil) @EcmRegion = ecmregion @AddressIds = addressids @InternetMaxBandwidthOut = internetmaxbandwidthout end |
Instance Attribute Details
#AddressIds ⇒ Object
7139 7140 7141 |
# File 'lib/v20190719/models.rb', line 7139 def AddressIds @AddressIds end |
#EcmRegion ⇒ Object
7139 7140 7141 |
# File 'lib/v20190719/models.rb', line 7139 def EcmRegion @EcmRegion end |
#InternetMaxBandwidthOut ⇒ Object
7139 7140 7141 |
# File 'lib/v20190719/models.rb', line 7139 def InternetMaxBandwidthOut @InternetMaxBandwidthOut end |
Instance Method Details
#deserialize(params) ⇒ Object
7147 7148 7149 7150 7151 |
# File 'lib/v20190719/models.rb', line 7147 def deserialize(params) @EcmRegion = params['EcmRegion'] @AddressIds = params['AddressIds'] @InternetMaxBandwidthOut = params['InternetMaxBandwidthOut'] end |