Class: TencentCloud::Ssa::V20180608::DescribeLeakDetectionListResponse

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180608/models.rb

Overview

DescribeLeakDetectionList返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(totalcount = nil, list = nil, requestid = nil) ⇒ DescribeLeakDetectionListResponse

Returns a new instance of DescribeLeakDetectionListResponse.



2231
2232
2233
2234
2235
# File 'lib/v20180608/models.rb', line 2231

def initialize(totalcount=nil, list=nil, requestid=nil)
  @TotalCount = totalcount
  @List = list
  @RequestId = requestid
end

Instance Attribute Details

#ListObject

Parameters:

  • TotalCount:

    总数

  • List:

    数据列表

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



2229
2230
2231
# File 'lib/v20180608/models.rb', line 2229

def List
  @List
end

#RequestIdObject

Parameters:

  • TotalCount:

    总数

  • List:

    数据列表

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



2229
2230
2231
# File 'lib/v20180608/models.rb', line 2229

def RequestId
  @RequestId
end

#TotalCountObject

Parameters:

  • TotalCount:

    总数

  • List:

    数据列表

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



2229
2230
2231
# File 'lib/v20180608/models.rb', line 2229

def TotalCount
  @TotalCount
end

Instance Method Details

#deserialize(params) ⇒ Object



2237
2238
2239
2240
2241
# File 'lib/v20180608/models.rb', line 2237

def deserialize(params)
  @TotalCount = params['TotalCount']
  @List = params['List']
  @RequestId = params['RequestId']
end