Class: TencentCloud::Tdmq::V20200217::DescribeEnvironmentAttributesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::DescribeEnvironmentAttributesResponse
- Defined in:
- lib/v20200217/models.rb
Overview
DescribeEnvironmentAttributes返回参数结构体
Instance Attribute Summary collapse
- #EnvironmentId ⇒ Object
- #MsgTTL ⇒ Object
- #RateInByte ⇒ Object
- #RateInSize ⇒ Object
- #Remark ⇒ Object
- #Replicas ⇒ Object
- #RequestId ⇒ Object
- #RetentionHours ⇒ Object
- #RetentionSize ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(msgttl = nil, rateinbyte = nil, rateinsize = nil, retentionhours = nil, retentionsize = nil, environmentid = nil, replicas = nil, remark = nil, requestid = nil) ⇒ DescribeEnvironmentAttributesResponse
constructor
A new instance of DescribeEnvironmentAttributesResponse.
Constructor Details
#initialize(msgttl = nil, rateinbyte = nil, rateinsize = nil, retentionhours = nil, retentionsize = nil, environmentid = nil, replicas = nil, remark = nil, requestid = nil) ⇒ DescribeEnvironmentAttributesResponse
Returns a new instance of DescribeEnvironmentAttributesResponse.
4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 |
# File 'lib/v20200217/models.rb', line 4138 def initialize(msgttl=nil, rateinbyte=nil, rateinsize=nil, retentionhours=nil, retentionsize=nil, environmentid=nil, replicas=nil, remark=nil, requestid=nil) @MsgTTL = msgttl @RateInByte = rateinbyte @RateInSize = rateinsize @RetentionHours = retentionhours @RetentionSize = retentionsize @EnvironmentId = environmentid @Replicas = replicas @Remark = remark @RequestId = requestid end |
Instance Attribute Details
#EnvironmentId ⇒ Object
4136 4137 4138 |
# File 'lib/v20200217/models.rb', line 4136 def EnvironmentId @EnvironmentId end |
#MsgTTL ⇒ Object
4136 4137 4138 |
# File 'lib/v20200217/models.rb', line 4136 def MsgTTL @MsgTTL end |
#RateInByte ⇒ Object
4136 4137 4138 |
# File 'lib/v20200217/models.rb', line 4136 def RateInByte @RateInByte end |
#RateInSize ⇒ Object
4136 4137 4138 |
# File 'lib/v20200217/models.rb', line 4136 def RateInSize @RateInSize end |
#Remark ⇒ Object
4136 4137 4138 |
# File 'lib/v20200217/models.rb', line 4136 def Remark @Remark end |
#Replicas ⇒ Object
4136 4137 4138 |
# File 'lib/v20200217/models.rb', line 4136 def Replicas @Replicas end |
#RequestId ⇒ Object
4136 4137 4138 |
# File 'lib/v20200217/models.rb', line 4136 def RequestId @RequestId end |
#RetentionHours ⇒ Object
4136 4137 4138 |
# File 'lib/v20200217/models.rb', line 4136 def RetentionHours @RetentionHours end |
#RetentionSize ⇒ Object
4136 4137 4138 |
# File 'lib/v20200217/models.rb', line 4136 def RetentionSize @RetentionSize end |
Instance Method Details
#deserialize(params) ⇒ Object
4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 |
# File 'lib/v20200217/models.rb', line 4150 def deserialize(params) @MsgTTL = params['MsgTTL'] @RateInByte = params['RateInByte'] @RateInSize = params['RateInSize'] @RetentionHours = params['RetentionHours'] @RetentionSize = params['RetentionSize'] @EnvironmentId = params['EnvironmentId'] @Replicas = params['Replicas'] @Remark = params['Remark'] @RequestId = params['RequestId'] end |