Class: TencentCloud::Ckafka::V20190819::UpgradeBrokerVersionRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::UpgradeBrokerVersionRequest
- Defined in:
- lib/v20190819/models.rb
Overview
UpgradeBrokerVersion请求参数结构体
Instance Attribute Summary collapse
- #DelayTimeStamp ⇒ Object
- #InstanceId ⇒ Object
- #SourceVersion ⇒ Object
- #TargetVersion ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, type = nil, sourceversion = nil, targetversion = nil, delaytimestamp = nil) ⇒ UpgradeBrokerVersionRequest
constructor
A new instance of UpgradeBrokerVersionRequest.
Constructor Details
#initialize(instanceid = nil, type = nil, sourceversion = nil, targetversion = nil, delaytimestamp = nil) ⇒ UpgradeBrokerVersionRequest
Returns a new instance of UpgradeBrokerVersionRequest.
12357 12358 12359 12360 12361 12362 12363 |
# File 'lib/v20190819/models.rb', line 12357 def initialize(instanceid=nil, type=nil, sourceversion=nil, targetversion=nil, =nil) @InstanceId = instanceid @Type = type @SourceVersion = sourceversion @TargetVersion = targetversion @DelayTimeStamp = end |
Instance Attribute Details
#DelayTimeStamp ⇒ Object
12355 12356 12357 |
# File 'lib/v20190819/models.rb', line 12355 def DelayTimeStamp @DelayTimeStamp end |
#InstanceId ⇒ Object
12355 12356 12357 |
# File 'lib/v20190819/models.rb', line 12355 def InstanceId @InstanceId end |
#SourceVersion ⇒ Object
12355 12356 12357 |
# File 'lib/v20190819/models.rb', line 12355 def SourceVersion @SourceVersion end |
#TargetVersion ⇒ Object
12355 12356 12357 |
# File 'lib/v20190819/models.rb', line 12355 def TargetVersion @TargetVersion end |
#Type ⇒ Object
12355 12356 12357 |
# File 'lib/v20190819/models.rb', line 12355 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
12365 12366 12367 12368 12369 12370 12371 |
# File 'lib/v20190819/models.rb', line 12365 def deserialize(params) @InstanceId = params['InstanceId'] @Type = params['Type'] @SourceVersion = params['SourceVersion'] @TargetVersion = params['TargetVersion'] @DelayTimeStamp = params['DelayTimeStamp'] end |