Class: TencentCloud::Tdmq::V20200217::RocketMQGroupConfigOutput

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

Overview

RocketMQ消费组配置信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#GroupNameObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Namespace:

    命名空间

  • GroupName:

    消费组名称

  • Imported:

    导入状态

  • Remark:

    remark



11818
11819
11820
# File 'lib/v20200217/models.rb', line 11818

def GroupName
  @GroupName
end

#ImportedObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Namespace:

    命名空间

  • GroupName:

    消费组名称

  • Imported:

    导入状态

  • Remark:

    remark



11818
11819
11820
# File 'lib/v20200217/models.rb', line 11818

def Imported
  @Imported
end

#NamespaceObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Namespace:

    命名空间

  • GroupName:

    消费组名称

  • Imported:

    导入状态

  • Remark:

    remark



11818
11819
11820
# File 'lib/v20200217/models.rb', line 11818

def Namespace
  @Namespace
end

#RemarkObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Namespace:

    命名空间

  • GroupName:

    消费组名称

  • Imported:

    导入状态

  • Remark:

    remark



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