Class: TencentCloud::Ckafka::V20190819::CreateTopicIpWhiteListResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::CreateTopicIpWhiteListResponse
- Defined in:
- lib/v20190819/models.rb
Overview
CreateTopicIpWhiteList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(result = nil, requestid = nil) ⇒ CreateTopicIpWhiteListResponse
constructor
A new instance of CreateTopicIpWhiteListResponse.
Constructor Details
#initialize(result = nil, requestid = nil) ⇒ CreateTopicIpWhiteListResponse
Returns a new instance of CreateTopicIpWhiteListResponse.
2561 2562 2563 2564 |
# File 'lib/v20190819/models.rb', line 2561 def initialize(result=nil, requestid=nil) @Result = result @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2559 2560 2561 |
# File 'lib/v20190819/models.rb', line 2559 def RequestId @RequestId end |
#Result ⇒ Object
2559 2560 2561 |
# File 'lib/v20190819/models.rb', line 2559 def Result @Result end |
Instance Method Details
#deserialize(params) ⇒ Object
2566 2567 2568 2569 2570 2571 2572 |
# File 'lib/v20190819/models.rb', line 2566 def deserialize(params) unless params['Result'].nil? @Result = JgwOperateResponse.new @Result.deserialize(params['Result']) end @RequestId = params['RequestId'] end |