Class: TencentCloud::Cwp::V20180228::DescribeAssetAppProcessListRequest

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

Overview

DescribeAssetAppProcessList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(quuid = nil, uuid = nil, name = nil, offset = nil, limit = nil) ⇒ DescribeAssetAppProcessListRequest

Returns a new instance of DescribeAssetAppProcessListRequest.



8187
8188
8189
8190
8191
8192
8193
# File 'lib/v20180228/models.rb', line 8187

def initialize(quuid=nil, uuid=nil, name=nil, offset=nil, limit=nil)
  @Quuid = quuid
  @Uuid = uuid
  @Name = name
  @Offset = offset
  @Limit = limit
end

Instance Attribute Details

#LimitObject

Parameters:

  • 主机Quuid

  • 主机Uuid

  • App名

  • 偏移量,默认为0。

  • 需要返回的数量,默认为10,最大值为100



8185
8186
8187
# File 'lib/v20180228/models.rb', line 8185

def Limit
  @Limit
end

#NameObject

Parameters:

  • 主机Quuid

  • 主机Uuid

  • App名

  • 偏移量,默认为0。

  • 需要返回的数量,默认为10,最大值为100



8185
8186
8187
# File 'lib/v20180228/models.rb', line 8185

def Name
  @Name
end

#OffsetObject

Parameters:

  • 主机Quuid

  • 主机Uuid

  • App名

  • 偏移量,默认为0。

  • 需要返回的数量,默认为10,最大值为100



8185
8186
8187
# File 'lib/v20180228/models.rb', line 8185

def Offset
  @Offset
end

#QuuidObject

Parameters:

  • 主机Quuid

  • 主机Uuid

  • App名

  • 偏移量,默认为0。

  • 需要返回的数量,默认为10,最大值为100



8185
8186
8187
# File 'lib/v20180228/models.rb', line 8185

def Quuid
  @Quuid
end

#UuidObject

Parameters:

  • 主机Quuid

  • 主机Uuid

  • App名

  • 偏移量,默认为0。

  • 需要返回的数量,默认为10,最大值为100



8185
8186
8187
# File 'lib/v20180228/models.rb', line 8185

def Uuid
  @Uuid
end

Instance Method Details

#deserialize(params) ⇒ Object



8195
8196
8197
8198
8199
8200
8201
# File 'lib/v20180228/models.rb', line 8195

def deserialize(params)
  @Quuid = params['Quuid']
  @Uuid = params['Uuid']
  @Name = params['Name']
  @Offset = params['Offset']
  @Limit = params['Limit']
end