Class: TencentCloud::Vcube::V20220410::DescribeXMagicResourceListRequest

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

Overview

DescribeXMagicResourceList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(pagenumber = nil, pagesize = nil, appname = nil, resourceid = nil, word = nil, platform = nil, biztype = nil) ⇒ DescribeXMagicResourceListRequest

Returns a new instance of DescribeXMagicResourceListRequest.



1350
1351
1352
1353
1354
1355
1356
1357
1358
# File 'lib/v20220410/models.rb', line 1350

def initialize(pagenumber=nil, pagesize=nil, appname=nil, resourceid=nil, word=nil, platform=nil, biztype=nil)
  @PageNumber = pagenumber
  @PageSize = pagesize
  @AppName = appname
  @ResourceId = resourceid
  @Word = word
  @Platform = platform
  @BizType = biztype
end

Instance Attribute Details

#AppNameObject

Parameters:

  • PageNumber:

    分页页码 第一页是0

  • PageSize:

    每页数量

  • AppName:

    关联的应用名称

  • ResourceId:

    优图资源Id

  • Word:

    查询关键字,资源Id、应用名称、包名

  • Platform:

    平台信息,pc 或者 mobile

  • BizType:

    所属业务,xmagic:优图, avatar:虚拟人,不传查全部



1348
1349
1350
# File 'lib/v20220410/models.rb', line 1348

def AppName
  @AppName
end

#BizTypeObject

Parameters:

  • PageNumber:

    分页页码 第一页是0

  • PageSize:

    每页数量

  • AppName:

    关联的应用名称

  • ResourceId:

    优图资源Id

  • Word:

    查询关键字,资源Id、应用名称、包名

  • Platform:

    平台信息,pc 或者 mobile

  • BizType:

    所属业务,xmagic:优图, avatar:虚拟人,不传查全部



1348
1349
1350
# File 'lib/v20220410/models.rb', line 1348

def BizType
  @BizType
end

#PageNumberObject

Parameters:

  • PageNumber:

    分页页码 第一页是0

  • PageSize:

    每页数量

  • AppName:

    关联的应用名称

  • ResourceId:

    优图资源Id

  • Word:

    查询关键字,资源Id、应用名称、包名

  • Platform:

    平台信息,pc 或者 mobile

  • BizType:

    所属业务,xmagic:优图, avatar:虚拟人,不传查全部



1348
1349
1350
# File 'lib/v20220410/models.rb', line 1348

def PageNumber
  @PageNumber
end

#PageSizeObject

Parameters:

  • PageNumber:

    分页页码 第一页是0

  • PageSize:

    每页数量

  • AppName:

    关联的应用名称

  • ResourceId:

    优图资源Id

  • Word:

    查询关键字,资源Id、应用名称、包名

  • Platform:

    平台信息,pc 或者 mobile

  • BizType:

    所属业务,xmagic:优图, avatar:虚拟人,不传查全部



1348
1349
1350
# File 'lib/v20220410/models.rb', line 1348

def PageSize
  @PageSize
end

#PlatformObject

Parameters:

  • PageNumber:

    分页页码 第一页是0

  • PageSize:

    每页数量

  • AppName:

    关联的应用名称

  • ResourceId:

    优图资源Id

  • Word:

    查询关键字,资源Id、应用名称、包名

  • Platform:

    平台信息,pc 或者 mobile

  • BizType:

    所属业务,xmagic:优图, avatar:虚拟人,不传查全部



1348
1349
1350
# File 'lib/v20220410/models.rb', line 1348

def Platform
  @Platform
end

#ResourceIdObject

Parameters:

  • PageNumber:

    分页页码 第一页是0

  • PageSize:

    每页数量

  • AppName:

    关联的应用名称

  • ResourceId:

    优图资源Id

  • Word:

    查询关键字,资源Id、应用名称、包名

  • Platform:

    平台信息,pc 或者 mobile

  • BizType:

    所属业务,xmagic:优图, avatar:虚拟人,不传查全部



1348
1349
1350
# File 'lib/v20220410/models.rb', line 1348

def ResourceId
  @ResourceId
end

#WordObject

Parameters:

  • PageNumber:

    分页页码 第一页是0

  • PageSize:

    每页数量

  • AppName:

    关联的应用名称

  • ResourceId:

    优图资源Id

  • Word:

    查询关键字,资源Id、应用名称、包名

  • Platform:

    平台信息,pc 或者 mobile

  • BizType:

    所属业务,xmagic:优图, avatar:虚拟人,不传查全部



1348
1349
1350
# File 'lib/v20220410/models.rb', line 1348

def Word
  @Word
end

Instance Method Details

#deserialize(params) ⇒ Object



1360
1361
1362
1363
1364
1365
1366
1367
1368
# File 'lib/v20220410/models.rb', line 1360

def deserialize(params)
  @PageNumber = params['PageNumber']
  @PageSize = params['PageSize']
  @AppName = params['AppName']
  @ResourceId = params['ResourceId']
  @Word = params['Word']
  @Platform = params['Platform']
  @BizType = params['BizType']
end