Class: TencentCloud::Ecm::V20190719::ISPTypeItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::ISPTypeItem
- Defined in:
- lib/v20190719/models.rb
Overview
申请ipv6 cidr block的信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(isptype = nil, count = nil) ⇒ ISPTypeItem
constructor
A new instance of ISPTypeItem.
Constructor Details
#initialize(isptype = nil, count = nil) ⇒ ISPTypeItem
Returns a new instance of ISPTypeItem.
5759 5760 5761 5762 |
# File 'lib/v20190719/models.rb', line 5759 def initialize(isptype=nil, count=nil) @ISPType = isptype @Count = count end |
Instance Attribute Details
#Count ⇒ Object
5757 5758 5759 |
# File 'lib/v20190719/models.rb', line 5757 def Count @Count end |
#ISPType ⇒ Object
5757 5758 5759 |
# File 'lib/v20190719/models.rb', line 5757 def ISPType @ISPType end |
Instance Method Details
#deserialize(params) ⇒ Object
5764 5765 5766 5767 |
# File 'lib/v20190719/models.rb', line 5764 def deserialize(params) @ISPType = params['ISPType'] @Count = params['Count'] end |