Class: TencentCloud::Clb::V20180317::ExtraInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Clb::V20180317::ExtraInfo
- Defined in:
- lib/v20180317/models.rb
Overview
暂做保留,一般用户无需关注。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(zhitong = nil, tgwgroupname = nil) ⇒ ExtraInfo
constructor
A new instance of ExtraInfo.
Constructor Details
#initialize(zhitong = nil, tgwgroupname = nil) ⇒ ExtraInfo
Returns a new instance of ExtraInfo.
4584 4585 4586 4587 |
# File 'lib/v20180317/models.rb', line 4584 def initialize(zhitong=nil, tgwgroupname=nil) @ZhiTong = zhitong @TgwGroupName = tgwgroupname end |
Instance Attribute Details
#TgwGroupName ⇒ Object
4582 4583 4584 |
# File 'lib/v20180317/models.rb', line 4582 def TgwGroupName @TgwGroupName end |
#ZhiTong ⇒ Object
4582 4583 4584 |
# File 'lib/v20180317/models.rb', line 4582 def ZhiTong @ZhiTong end |
Instance Method Details
#deserialize(params) ⇒ Object
4589 4590 4591 4592 |
# File 'lib/v20180317/models.rb', line 4589 def deserialize(params) @ZhiTong = params['ZhiTong'] @TgwGroupName = params['TgwGroupName'] end |