Class: TencentCloud::Tke::V20180525::DescribeEdgeCVMInstancesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::DescribeEdgeCVMInstancesResponse
- Defined in:
- lib/v20180525/models.rb
Overview
DescribeEdgeCVMInstances返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(totalcount = nil, instanceinfoset = nil, requestid = nil) ⇒ DescribeEdgeCVMInstancesResponse
constructor
A new instance of DescribeEdgeCVMInstancesResponse.
Constructor Details
#initialize(totalcount = nil, instanceinfoset = nil, requestid = nil) ⇒ DescribeEdgeCVMInstancesResponse
Returns a new instance of DescribeEdgeCVMInstancesResponse.
7321 7322 7323 7324 7325 |
# File 'lib/v20180525/models.rb', line 7321 def initialize(totalcount=nil, instanceinfoset=nil, requestid=nil) @TotalCount = totalcount @InstanceInfoSet = instanceinfoset @RequestId = requestid end |
Instance Attribute Details
#InstanceInfoSet ⇒ Object
7319 7320 7321 |
# File 'lib/v20180525/models.rb', line 7319 def InstanceInfoSet @InstanceInfoSet end |
#RequestId ⇒ Object
7319 7320 7321 |
# File 'lib/v20180525/models.rb', line 7319 def RequestId @RequestId end |
#TotalCount ⇒ Object
7319 7320 7321 |
# File 'lib/v20180525/models.rb', line 7319 def TotalCount @TotalCount end |
Instance Method Details
#deserialize(params) ⇒ Object
7327 7328 7329 7330 7331 |
# File 'lib/v20180525/models.rb', line 7327 def deserialize(params) @TotalCount = params['TotalCount'] @InstanceInfoSet = params['InstanceInfoSet'] @RequestId = params['RequestId'] end |