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.
7419 7420 7421 7422 7423 |
# File 'lib/v20180525/models.rb', line 7419 def initialize(totalcount=nil, instanceinfoset=nil, requestid=nil) @TotalCount = totalcount @InstanceInfoSet = instanceinfoset @RequestId = requestid end |
Instance Attribute Details
#InstanceInfoSet ⇒ Object
7417 7418 7419 |
# File 'lib/v20180525/models.rb', line 7417 def InstanceInfoSet @InstanceInfoSet end |
#RequestId ⇒ Object
7417 7418 7419 |
# File 'lib/v20180525/models.rb', line 7417 def RequestId @RequestId end |
#TotalCount ⇒ Object
7417 7418 7419 |
# File 'lib/v20180525/models.rb', line 7417 def TotalCount @TotalCount end |
Instance Method Details
#deserialize(params) ⇒ Object
7425 7426 7427 7428 7429 |
# File 'lib/v20180525/models.rb', line 7425 def deserialize(params) @TotalCount = params['TotalCount'] @InstanceInfoSet = params['InstanceInfoSet'] @RequestId = params['RequestId'] end |