Class: TencentCloud::Tdmq::V20200217::CreateTopicResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::CreateTopicResponse
- Defined in:
- lib/v20200217/models.rb
Overview
CreateTopic返回参数结构体
Instance Attribute Summary collapse
-
#EnvironmentId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 1 :全局顺序消息; 2 :局部顺序消息; 3 :重试队列; 4 :死信队列; 注意:此字段可能返回 null,表示取不到有效值。.
-
#Partitions ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 1 :全局顺序消息; 2 :局部顺序消息; 3 :重试队列; 4 :死信队列; 注意:此字段可能返回 null,表示取不到有效值。.
-
#Remark ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 1 :全局顺序消息; 2 :局部顺序消息; 3 :重试队列; 4 :死信队列; 注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 1 :全局顺序消息; 2 :局部顺序消息; 3 :重试队列; 4 :死信队列; 注意:此字段可能返回 null,表示取不到有效值。.
-
#TopicName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 1 :全局顺序消息; 2 :局部顺序消息; 3 :重试队列; 4 :死信队列; 注意:此字段可能返回 null,表示取不到有效值。.
-
#TopicType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 1 :全局顺序消息; 2 :局部顺序消息; 3 :重试队列; 4 :死信队列; 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(environmentid = nil, topicname = nil, partitions = nil, remark = nil, topictype = nil, requestid = nil) ⇒ CreateTopicResponse
constructor
A new instance of CreateTopicResponse.
Constructor Details
#initialize(environmentid = nil, topicname = nil, partitions = nil, remark = nil, topictype = nil, requestid = nil) ⇒ CreateTopicResponse
Returns a new instance of CreateTopicResponse.
2511 2512 2513 2514 2515 2516 2517 2518 |
# File 'lib/v20200217/models.rb', line 2511 def initialize(environmentid=nil, topicname=nil, partitions=nil, remark=nil, topictype=nil, requestid=nil) @EnvironmentId = environmentid @TopicName = topicname @Partitions = partitions @Remark = remark @TopicType = topictype @RequestId = requestid end |
Instance Attribute Details
#EnvironmentId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 1 :全局顺序消息; 2 :局部顺序消息; 3 :重试队列; 4 :死信队列; 注意:此字段可能返回 null,表示取不到有效值。
2509 2510 2511 |
# File 'lib/v20200217/models.rb', line 2509 def EnvironmentId @EnvironmentId end |
#Partitions ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 1 :全局顺序消息; 2 :局部顺序消息; 3 :重试队列; 4 :死信队列; 注意:此字段可能返回 null,表示取不到有效值。
2509 2510 2511 |
# File 'lib/v20200217/models.rb', line 2509 def Partitions @Partitions end |
#Remark ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 1 :全局顺序消息; 2 :局部顺序消息; 3 :重试队列; 4 :死信队列; 注意:此字段可能返回 null,表示取不到有效值。
2509 2510 2511 |
# File 'lib/v20200217/models.rb', line 2509 def Remark @Remark end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 1 :全局顺序消息; 2 :局部顺序消息; 3 :重试队列; 4 :死信队列; 注意:此字段可能返回 null,表示取不到有效值。
2509 2510 2511 |
# File 'lib/v20200217/models.rb', line 2509 def RequestId @RequestId end |
#TopicName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 1 :全局顺序消息; 2 :局部顺序消息; 3 :重试队列; 4 :死信队列; 注意:此字段可能返回 null,表示取不到有效值。
2509 2510 2511 |
# File 'lib/v20200217/models.rb', line 2509 def TopicName @TopicName end |
#TopicType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 1 :全局顺序消息; 2 :局部顺序消息; 3 :重试队列; 4 :死信队列; 注意:此字段可能返回 null,表示取不到有效值。
2509 2510 2511 |
# File 'lib/v20200217/models.rb', line 2509 def TopicType @TopicType end |
Instance Method Details
#deserialize(params) ⇒ Object
2520 2521 2522 2523 2524 2525 2526 2527 |
# File 'lib/v20200217/models.rb', line 2520 def deserialize(params) @EnvironmentId = params['EnvironmentId'] @TopicName = params['TopicName'] @Partitions = params['Partitions'] @Remark = params['Remark'] @TopicType = params['TopicType'] @RequestId = params['RequestId'] end |