Class: TencentCloud::Cfw::V20190904::ModifyBlockTopRequest

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

Overview

ModifyBlockTop请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(opetype = nil, uniqueid = nil) ⇒ ModifyBlockTopRequest

Returns a new instance of ModifyBlockTopRequest.



7189
7190
7191
7192
# File 'lib/v20190904/models.rb', line 7189

def initialize(opetype=nil, uniqueid=nil)
  @OpeType = opetype
  @UniqueId = uniqueid
end

Instance Attribute Details

#OpeTypeObject

Parameters:

  • OpeType:

    操作类型 1 置顶 0取消

  • UniqueId:

    记录id



7187
7188
7189
# File 'lib/v20190904/models.rb', line 7187

def OpeType
  @OpeType
end

#UniqueIdObject

Parameters:

  • OpeType:

    操作类型 1 置顶 0取消

  • UniqueId:

    记录id



7187
7188
7189
# File 'lib/v20190904/models.rb', line 7187

def UniqueId
  @UniqueId
end

Instance Method Details

#deserialize(params) ⇒ Object



7194
7195
7196
7197
# File 'lib/v20190904/models.rb', line 7194

def deserialize(params)
  @OpeType = params['OpeType']
  @UniqueId = params['UniqueId']
end