Class: TencentCloud::Tke::V20180525::DescribeECMInstancesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::DescribeECMInstancesResponse
- Defined in:
- lib/v20180525/models.rb
Overview
DescribeECMInstances返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(totalcount = nil, instanceinfoset = nil, requestid = nil) ⇒ DescribeECMInstancesResponse
constructor
A new instance of DescribeECMInstancesResponse.
Constructor Details
#initialize(totalcount = nil, instanceinfoset = nil, requestid = nil) ⇒ DescribeECMInstancesResponse
Returns a new instance of DescribeECMInstancesResponse.
6946 6947 6948 6949 6950 |
# File 'lib/v20180525/models.rb', line 6946 def initialize(totalcount=nil, instanceinfoset=nil, requestid=nil) @TotalCount = totalcount @InstanceInfoSet = instanceinfoset @RequestId = requestid end |
Instance Attribute Details
#InstanceInfoSet ⇒ Object
6944 6945 6946 |
# File 'lib/v20180525/models.rb', line 6944 def InstanceInfoSet @InstanceInfoSet end |
#RequestId ⇒ Object
6944 6945 6946 |
# File 'lib/v20180525/models.rb', line 6944 def RequestId @RequestId end |
#TotalCount ⇒ Object
6944 6945 6946 |
# File 'lib/v20180525/models.rb', line 6944 def TotalCount @TotalCount end |
Instance Method Details
#deserialize(params) ⇒ Object
6952 6953 6954 6955 6956 |
# File 'lib/v20180525/models.rb', line 6952 def deserialize(params) @TotalCount = params['TotalCount'] @InstanceInfoSet = params['InstanceInfoSet'] @RequestId = params['RequestId'] end |