Class: TencentCloud::Bizlive::V20190313::WorkerRegionInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bizlive::V20190313::WorkerRegionInfo
- Defined in:
- lib/v20190313/models.rb
Overview
worker的区域信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(idle = nil, region = nil) ⇒ WorkerRegionInfo
constructor
A new instance of WorkerRegionInfo.
Constructor Details
#initialize(idle = nil, region = nil) ⇒ WorkerRegionInfo
350 351 352 353 |
# File 'lib/v20190313/models.rb', line 350 def initialize(idle=nil, region=nil) @Idle = idle @Region = region end |
Instance Attribute Details
#Idle ⇒ Object
348 349 350 |
# File 'lib/v20190313/models.rb', line 348 def Idle @Idle end |
#Region ⇒ Object
348 349 350 |
# File 'lib/v20190313/models.rb', line 348 def Region @Region end |
Instance Method Details
#deserialize(params) ⇒ Object
355 356 357 358 |
# File 'lib/v20190313/models.rb', line 355 def deserialize(params) @Idle = params['Idle'] @Region = params['Region'] end |