Class: TencentCloud::Iss::V20230517::GatewaysData
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::GatewaysData
- Defined in:
- lib/v20230517/models.rb
Overview
查询网关列表返回结果
Instance Attribute Summary collapse
- #ClusterId ⇒ Object
- #ClusterName ⇒ Object
- #CreatedAt ⇒ Object
- #Description ⇒ Object
- #DeviceNum ⇒ Object
- #GatewayId ⇒ Object
- #GwId ⇒ Object
- #Name ⇒ Object
- #Region ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(gatewayid = nil, gwid = nil, name = nil, description = nil, clusterid = nil, clustername = nil, region = nil, status = nil, createdat = nil, devicenum = nil) ⇒ GatewaysData
constructor
A new instance of GatewaysData.
Constructor Details
#initialize(gatewayid = nil, gwid = nil, name = nil, description = nil, clusterid = nil, clustername = nil, region = nil, status = nil, createdat = nil, devicenum = nil) ⇒ GatewaysData
Returns a new instance of GatewaysData.
4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 |
# File 'lib/v20230517/models.rb', line 4552 def initialize(gatewayid=nil, gwid=nil, name=nil, description=nil, clusterid=nil, clustername=nil, region=nil, status=nil, createdat=nil, devicenum=nil) @GatewayId = gatewayid @GwId = gwid @Name = name @Description = description @ClusterId = clusterid @ClusterName = clustername @Region = region @Status = status @CreatedAt = createdat @DeviceNum = devicenum end |
Instance Attribute Details
#ClusterId ⇒ Object
4550 4551 4552 |
# File 'lib/v20230517/models.rb', line 4550 def ClusterId @ClusterId end |
#ClusterName ⇒ Object
4550 4551 4552 |
# File 'lib/v20230517/models.rb', line 4550 def ClusterName @ClusterName end |
#CreatedAt ⇒ Object
4550 4551 4552 |
# File 'lib/v20230517/models.rb', line 4550 def CreatedAt @CreatedAt end |
#Description ⇒ Object
4550 4551 4552 |
# File 'lib/v20230517/models.rb', line 4550 def Description @Description end |
#DeviceNum ⇒ Object
4550 4551 4552 |
# File 'lib/v20230517/models.rb', line 4550 def DeviceNum @DeviceNum end |
#GatewayId ⇒ Object
4550 4551 4552 |
# File 'lib/v20230517/models.rb', line 4550 def GatewayId @GatewayId end |
#GwId ⇒ Object
4550 4551 4552 |
# File 'lib/v20230517/models.rb', line 4550 def GwId @GwId end |
#Name ⇒ Object
4550 4551 4552 |
# File 'lib/v20230517/models.rb', line 4550 def Name @Name end |
#Region ⇒ Object
4550 4551 4552 |
# File 'lib/v20230517/models.rb', line 4550 def Region @Region end |
#Status ⇒ Object
4550 4551 4552 |
# File 'lib/v20230517/models.rb', line 4550 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 |
# File 'lib/v20230517/models.rb', line 4565 def deserialize(params) @GatewayId = params['GatewayId'] @GwId = params['GwId'] @Name = params['Name'] @Description = params['Description'] @ClusterId = params['ClusterId'] @ClusterName = params['ClusterName'] @Region = params['Region'] @Status = params['Status'] @CreatedAt = params['CreatedAt'] @DeviceNum = params['DeviceNum'] end |