Class: TencentCloud::Iotvideoindustry::V20201201::DescribeGroupByPathRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201201/models.rb

Overview

DescribeGroupByPath请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#GroupPathObject

Parameters:

  • GroupPath:

    分组路径,格式为/aaa(/bbb/ccc)



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