Class: TencentCloud::Iotvideoindustry::V20201201::DescribeGroupByPathResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::DescribeGroupByPathResponse
- Defined in:
- lib/v20201201/models.rb
Overview
DescribeGroupByPath返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(group = nil, requestid = nil) ⇒ DescribeGroupByPathResponse
constructor
A new instance of DescribeGroupByPathResponse.
Constructor Details
#initialize(group = nil, requestid = nil) ⇒ DescribeGroupByPathResponse
Returns a new instance of DescribeGroupByPathResponse.
2461 2462 2463 2464 |
# File 'lib/v20201201/models.rb', line 2461 def initialize(group=nil, requestid=nil) @Group = group @RequestId = requestid end |
Instance Attribute Details
#Group ⇒ Object
2459 2460 2461 |
# File 'lib/v20201201/models.rb', line 2459 def Group @Group end |
#RequestId ⇒ Object
2459 2460 2461 |
# File 'lib/v20201201/models.rb', line 2459 def RequestId @RequestId end |