Class: TencentCloud::Trocket::V20230308::ModifyMQTTInstanceRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20230308/models.rb

Overview

ModifyMQTTInstance请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(instanceid = nil, name = nil, remark = nil) ⇒ ModifyMQTTInstanceRequest

Returns a new instance of ModifyMQTTInstanceRequest.



5205
5206
5207
5208
5209
# File 'lib/v20230308/models.rb', line 5205

def initialize(instanceid=nil, name=nil, remark=nil)
  @InstanceId = instanceid
  @Name = name
  @Remark = remark
end

Instance Attribute Details

#InstanceIdObject

Parameters:

  • InstanceId:

    集群ID

  • Name:

    实例名称

  • Remark:

    备注信息



5203
5204
5205
# File 'lib/v20230308/models.rb', line 5203

def InstanceId
  @InstanceId
end

#NameObject

Parameters:

  • InstanceId:

    集群ID

  • Name:

    实例名称

  • Remark:

    备注信息



5203
5204
5205
# File 'lib/v20230308/models.rb', line 5203

def Name
  @Name
end

#RemarkObject

Parameters:

  • InstanceId:

    集群ID

  • Name:

    实例名称

  • Remark:

    备注信息



5203
5204
5205
# File 'lib/v20230308/models.rb', line 5203

def Remark
  @Remark
end

Instance Method Details

#deserialize(params) ⇒ Object



5211
5212
5213
5214
5215
# File 'lib/v20230308/models.rb', line 5211

def deserialize(params)
  @InstanceId = params['InstanceId']
  @Name = params['Name']
  @Remark = params['Remark']
end