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.
7901 7902 7903 7904 7905 |
# File 'lib/v20180525/models.rb', line 7901 def initialize(totalcount=nil, instanceinfoset=nil, requestid=nil) @TotalCount = totalcount @InstanceInfoSet = instanceinfoset @RequestId = requestid end |
Instance Attribute Details
#InstanceInfoSet ⇒ Object
7899 7900 7901 |
# File 'lib/v20180525/models.rb', line 7899 def InstanceInfoSet @InstanceInfoSet end |
#RequestId ⇒ Object
7899 7900 7901 |
# File 'lib/v20180525/models.rb', line 7899 def RequestId @RequestId end |
#TotalCount ⇒ Object
7899 7900 7901 |
# File 'lib/v20180525/models.rb', line 7899 def TotalCount @TotalCount end |
Instance Method Details
#deserialize(params) ⇒ Object
7907 7908 7909 7910 7911 |
# File 'lib/v20180525/models.rb', line 7907 def deserialize(params) @TotalCount = params['TotalCount'] @InstanceInfoSet = params['InstanceInfoSet'] @RequestId = params['RequestId'] end |