Class: TencentCloud::Iotvideoindustry::V20201201::DescribeGroupByPathRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::DescribeGroupByPathRequest
- Defined in:
- lib/v20201201/models.rb
Overview
DescribeGroupByPath请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(grouppath = nil) ⇒ DescribeGroupByPathRequest
constructor
A new instance of DescribeGroupByPathRequest.
Constructor Details
#initialize(grouppath = nil) ⇒ DescribeGroupByPathRequest
Returns a new instance of DescribeGroupByPathRequest.
2443 2444 2445 |
# File 'lib/v20201201/models.rb', line 2443 def initialize(grouppath=nil) @GroupPath = grouppath end |
Instance Attribute Details
#GroupPath ⇒ Object
2441 2442 2443 |
# File 'lib/v20201201/models.rb', line 2441 def GroupPath @GroupPath end |
Instance Method Details
#deserialize(params) ⇒ Object
2447 2448 2449 |
# File 'lib/v20201201/models.rb', line 2447 def deserialize(params) @GroupPath = params['GroupPath'] end |