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.
2495 2496 2497 |
# File 'lib/v20201201/models.rb', line 2495 def initialize(grouppath=nil) @GroupPath = grouppath end |
Instance Attribute Details
#GroupPath ⇒ Object
2493 2494 2495 |
# File 'lib/v20201201/models.rb', line 2493 def GroupPath @GroupPath end |
Instance Method Details
#deserialize(params) ⇒ Object
2499 2500 2501 |
# File 'lib/v20201201/models.rb', line 2499 def deserialize(params) @GroupPath = params['GroupPath'] end |