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.
8141 8142 8143 8144 8145 |
# File 'lib/v20180525/models.rb', line 8141 def initialize(totalcount=nil, instanceinfoset=nil, requestid=nil) @TotalCount = totalcount @InstanceInfoSet = instanceinfoset @RequestId = requestid end |
Instance Attribute Details
#InstanceInfoSet ⇒ Object
8139 8140 8141 |
# File 'lib/v20180525/models.rb', line 8139 def InstanceInfoSet @InstanceInfoSet end |
#RequestId ⇒ Object
8139 8140 8141 |
# File 'lib/v20180525/models.rb', line 8139 def RequestId @RequestId end |
#TotalCount ⇒ Object
8139 8140 8141 |
# File 'lib/v20180525/models.rb', line 8139 def TotalCount @TotalCount end |
Instance Method Details
#deserialize(params) ⇒ Object
8147 8148 8149 8150 8151 |
# File 'lib/v20180525/models.rb', line 8147 def deserialize(params) @TotalCount = params['TotalCount'] @InstanceInfoSet = params['InstanceInfoSet'] @RequestId = params['RequestId'] end |