Class: TencentCloud::Cfw::V20190904::DescribeResourceGroupNewRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::DescribeResourceGroupNewRequest
- Defined in:
- lib/v20190904/models.rb
Overview
DescribeResourceGroupNew请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(querytype = nil, groupid = nil, showtype = nil) ⇒ DescribeResourceGroupNewRequest
constructor
A new instance of DescribeResourceGroupNewRequest.
Constructor Details
#initialize(querytype = nil, groupid = nil, showtype = nil) ⇒ DescribeResourceGroupNewRequest
Returns a new instance of DescribeResourceGroupNewRequest.
5095 5096 5097 5098 5099 |
# File 'lib/v20190904/models.rb', line 5095 def initialize(querytype=nil, groupid=nil, showtype=nil) @QueryType = querytype @GroupId = groupid @ShowType = showtype end |
Instance Attribute Details
#GroupId ⇒ Object
5093 5094 5095 |
# File 'lib/v20190904/models.rb', line 5093 def GroupId @GroupId end |
#QueryType ⇒ Object
5093 5094 5095 |
# File 'lib/v20190904/models.rb', line 5093 def QueryType @QueryType end |
#ShowType ⇒ Object
5093 5094 5095 |
# File 'lib/v20190904/models.rb', line 5093 def ShowType @ShowType end |
Instance Method Details
#deserialize(params) ⇒ Object
5101 5102 5103 5104 5105 |
# File 'lib/v20190904/models.rb', line 5101 def deserialize(params) @QueryType = params['QueryType'] @GroupId = params['GroupId'] @ShowType = params['ShowType'] end |