Class: TencentCloud::Cfw::V20190904::DescribeResourceGroupRequest

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

Overview

DescribeResourceGroup请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DescribeResourceGroupRequest.



5151
5152
5153
5154
5155
# File 'lib/v20190904/models.rb', line 5151

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

Instance Attribute Details

#GroupIdObject

Parameters:

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

  • 资产组id 全部传0

  • all 包含子组 own自己



5149
5150
5151
# File 'lib/v20190904/models.rb', line 5149

def GroupId
  @GroupId
end

#QueryTypeObject

Parameters:

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

  • 资产组id 全部传0

  • all 包含子组 own自己



5149
5150
5151
# File 'lib/v20190904/models.rb', line 5149

def QueryType
  @QueryType
end

#ShowTypeObject

Parameters:

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

  • 资产组id 全部传0

  • all 包含子组 own自己



5149
5150
5151
# File 'lib/v20190904/models.rb', line 5149

def ShowType
  @ShowType
end

Instance Method Details

#deserialize(params) ⇒ Object



5157
5158
5159
5160
5161
# File 'lib/v20190904/models.rb', line 5157

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