Class: TencentCloud::Tke::V20180525::DescribeEdgeClusterInstancesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::DescribeEdgeClusterInstancesResponse
- Defined in:
- lib/v20180525/models.rb
Overview
DescribeEdgeClusterInstances返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(totalcount = nil, instanceinfoset = nil, requestid = nil) ⇒ DescribeEdgeClusterInstancesResponse
constructor
A new instance of DescribeEdgeClusterInstancesResponse.
Constructor Details
#initialize(totalcount = nil, instanceinfoset = nil, requestid = nil) ⇒ DescribeEdgeClusterInstancesResponse
Returns a new instance of DescribeEdgeClusterInstancesResponse.
7461 7462 7463 7464 7465 |
# File 'lib/v20180525/models.rb', line 7461 def initialize(totalcount=nil, instanceinfoset=nil, requestid=nil) @TotalCount = totalcount @InstanceInfoSet = instanceinfoset @RequestId = requestid end |
Instance Attribute Details
#InstanceInfoSet ⇒ Object
7459 7460 7461 |
# File 'lib/v20180525/models.rb', line 7459 def InstanceInfoSet @InstanceInfoSet end |
#RequestId ⇒ Object
7459 7460 7461 |
# File 'lib/v20180525/models.rb', line 7459 def RequestId @RequestId end |
#TotalCount ⇒ Object
7459 7460 7461 |
# File 'lib/v20180525/models.rb', line 7459 def TotalCount @TotalCount end |
Instance Method Details
#deserialize(params) ⇒ Object
7467 7468 7469 7470 7471 |
# File 'lib/v20180525/models.rb', line 7467 def deserialize(params) @TotalCount = params['TotalCount'] @InstanceInfoSet = params['InstanceInfoSet'] @RequestId = params['RequestId'] end |