Class: TencentCloud::Cfw::V20190904::DescribeResourceGroupRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::DescribeResourceGroupRequest
- Defined in:
- lib/v20190904/models.rb
Overview
DescribeResourceGroup请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(querytype = nil, groupid = nil, showtype = nil) ⇒ DescribeResourceGroupRequest
constructor
A new instance of DescribeResourceGroupRequest.
Constructor Details
#initialize(querytype = nil, groupid = nil, showtype = nil) ⇒ DescribeResourceGroupRequest
Returns a new instance of DescribeResourceGroupRequest.
4443 4444 4445 4446 4447 |
# File 'lib/v20190904/models.rb', line 4443 def initialize(querytype=nil, groupid=nil, showtype=nil) @QueryType = querytype @GroupId = groupid @ShowType = showtype end |
Instance Attribute Details
#GroupId ⇒ Object
4441 4442 4443 |
# File 'lib/v20190904/models.rb', line 4441 def GroupId @GroupId end |
#QueryType ⇒ Object
4441 4442 4443 |
# File 'lib/v20190904/models.rb', line 4441 def QueryType @QueryType end |
#ShowType ⇒ Object
4441 4442 4443 |
# File 'lib/v20190904/models.rb', line 4441 def ShowType @ShowType end |
Instance Method Details
#deserialize(params) ⇒ Object
4449 4450 4451 4452 4453 |
# File 'lib/v20190904/models.rb', line 4449 def deserialize(params) @QueryType = params['QueryType'] @GroupId = params['GroupId'] @ShowType = params['ShowType'] end |