Class: TencentCloud::Tdmq::V20200217::RocketMQGroupConfigOutput
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::RocketMQGroupConfigOutput
- Defined in:
- lib/v20200217/models.rb
Overview
RocketMQ消费组配置信息
Instance Attribute Summary collapse
-
#GroupName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Imported ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Namespace ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Remark ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(namespace = nil, groupname = nil, imported = nil, remark = nil) ⇒ RocketMQGroupConfigOutput
constructor
A new instance of RocketMQGroupConfigOutput.
Constructor Details
#initialize(namespace = nil, groupname = nil, imported = nil, remark = nil) ⇒ RocketMQGroupConfigOutput
Returns a new instance of RocketMQGroupConfigOutput.
11820 11821 11822 11823 11824 11825 |
# File 'lib/v20200217/models.rb', line 11820 def initialize(namespace=nil, groupname=nil, imported=nil, remark=nil) @Namespace = namespace @GroupName = groupname @Imported = imported @Remark = remark end |
Instance Attribute Details
#GroupName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11818 11819 11820 |
# File 'lib/v20200217/models.rb', line 11818 def GroupName @GroupName end |
#Imported ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11818 11819 11820 |
# File 'lib/v20200217/models.rb', line 11818 def Imported @Imported end |
#Namespace ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11818 11819 11820 |
# File 'lib/v20200217/models.rb', line 11818 def Namespace @Namespace end |
#Remark ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11818 11819 11820 |
# File 'lib/v20200217/models.rb', line 11818 def Remark @Remark end |
Instance Method Details
#deserialize(params) ⇒ Object
11827 11828 11829 11830 11831 11832 |
# File 'lib/v20200217/models.rb', line 11827 def deserialize(params) @Namespace = params['Namespace'] @GroupName = params['GroupName'] @Imported = params['Imported'] @Remark = params['Remark'] end |