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
-
#Group ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
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.
2514 2515 2516 2517 |
# File 'lib/v20201201/models.rb', line 2514 def initialize(group=nil, requestid=nil) @Group = group @RequestId = requestid end |
Instance Attribute Details
#Group ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2512 2513 2514 |
# File 'lib/v20201201/models.rb', line 2512 def Group @Group end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2512 2513 2514 |
# File 'lib/v20201201/models.rb', line 2512 def RequestId @RequestId end |