Class: TencentCloud::Cfw::V20190904::DescribeResourceGroupNewRequest

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

Overview

DescribeResourceGroupNew请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(querytype = nil, groupid = nil, showtype = nil) ⇒ DescribeResourceGroupNewRequest

Returns a new instance of DescribeResourceGroupNewRequest.



4387
4388
4389
4390
4391
# File 'lib/v20190904/models.rb', line 4387

def initialize(querytype=nil, groupid=nil, showtype=nil)
  @QueryType = querytype
  @GroupId = groupid
  @ShowType = showtype
end

Instance Attribute Details

#GroupIdObject

Parameters:

  • QueryType:

    查询类型 网络结构-vpc,业务识别-resource ,资源标签-tag

  • GroupId:

    资产组id 全部传0

  • ShowType:

    all 包含子组 own自己



4385
4386
4387
# File 'lib/v20190904/models.rb', line 4385

def GroupId
  @GroupId
end

#QueryTypeObject

Parameters:

  • QueryType:

    查询类型 网络结构-vpc,业务识别-resource ,资源标签-tag

  • GroupId:

    资产组id 全部传0

  • ShowType:

    all 包含子组 own自己



4385
4386
4387
# File 'lib/v20190904/models.rb', line 4385

def QueryType
  @QueryType
end

#ShowTypeObject

Parameters:

  • QueryType:

    查询类型 网络结构-vpc,业务识别-resource ,资源标签-tag

  • GroupId:

    资产组id 全部传0

  • ShowType:

    all 包含子组 own自己



4385
4386
4387
# File 'lib/v20190904/models.rb', line 4385

def ShowType
  @ShowType
end

Instance Method Details

#deserialize(params) ⇒ Object



4393
4394
4395
4396
4397
# File 'lib/v20190904/models.rb', line 4393

def deserialize(params)
  @QueryType = params['QueryType']
  @GroupId = params['GroupId']
  @ShowType = params['ShowType']
end