Class: TencentCloud::Iss::V20230517::DescribeDeviceRegion
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::DescribeDeviceRegion
- Defined in:
- lib/v20230517/models.rb
Overview
查询设备可接入集群信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(label = nil, value = nil, region = nil) ⇒ DescribeDeviceRegion
constructor
A new instance of DescribeDeviceRegion.
Constructor Details
#initialize(label = nil, value = nil, region = nil) ⇒ DescribeDeviceRegion
Returns a new instance of DescribeDeviceRegion.
2805 2806 2807 2808 2809 |
# File 'lib/v20230517/models.rb', line 2805 def initialize(label=nil, value=nil, region=nil) @Label = label @Value = value @Region = region end |
Instance Attribute Details
#Label ⇒ Object
2803 2804 2805 |
# File 'lib/v20230517/models.rb', line 2803 def Label @Label end |
#Region ⇒ Object
2803 2804 2805 |
# File 'lib/v20230517/models.rb', line 2803 def Region @Region end |
#Value ⇒ Object
2803 2804 2805 |
# File 'lib/v20230517/models.rb', line 2803 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
2811 2812 2813 2814 2815 |
# File 'lib/v20230517/models.rb', line 2811 def deserialize(params) @Label = params['Label'] @Value = params['Value'] @Region = params['Region'] end |