Class: TencentCloud::Tdmq::V20200217::CreateEnvironmentResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::CreateEnvironmentResponse
- Defined in:
- lib/v20200217/models.rb
Overview
CreateEnvironment返回参数结构体
Instance Attribute Summary collapse
-
#EnvironmentId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#MsgTTL ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#NamespaceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Remark ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(environmentid = nil, msgttl = nil, remark = nil, namespaceid = nil, requestid = nil) ⇒ CreateEnvironmentResponse
constructor
A new instance of CreateEnvironmentResponse.
Constructor Details
#initialize(environmentid = nil, msgttl = nil, remark = nil, namespaceid = nil, requestid = nil) ⇒ CreateEnvironmentResponse
Returns a new instance of CreateEnvironmentResponse.
1466 1467 1468 1469 1470 1471 1472 |
# File 'lib/v20200217/models.rb', line 1466 def initialize(environmentid=nil, msgttl=nil, remark=nil, namespaceid=nil, requestid=nil) @EnvironmentId = environmentid @MsgTTL = msgttl @Remark = remark @NamespaceId = namespaceid @RequestId = requestid end |
Instance Attribute Details
#EnvironmentId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1464 1465 1466 |
# File 'lib/v20200217/models.rb', line 1464 def EnvironmentId @EnvironmentId end |
#MsgTTL ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1464 1465 1466 |
# File 'lib/v20200217/models.rb', line 1464 def MsgTTL @MsgTTL end |
#NamespaceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1464 1465 1466 |
# File 'lib/v20200217/models.rb', line 1464 def NamespaceId @NamespaceId end |
#Remark ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1464 1465 1466 |
# File 'lib/v20200217/models.rb', line 1464 def Remark @Remark end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1464 1465 1466 |
# File 'lib/v20200217/models.rb', line 1464 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1474 1475 1476 1477 1478 1479 1480 |
# File 'lib/v20200217/models.rb', line 1474 def deserialize(params) @EnvironmentId = params['EnvironmentId'] @MsgTTL = params['MsgTTL'] @Remark = params['Remark'] @NamespaceId = params['NamespaceId'] @RequestId = params['RequestId'] end |