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.



6647
6648
6649
6650
# File 'lib/v20190904/models.rb', line 6647

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

Instance Attribute Details

#OpeTypeObject

Parameters:

  • OpeType:

    操作类型 1 置顶 0取消

  • UniqueId:

    记录id



6645
6646
6647
# File 'lib/v20190904/models.rb', line 6645

def OpeType
  @OpeType
end

#UniqueIdObject

Parameters:

  • OpeType:

    操作类型 1 置顶 0取消

  • UniqueId:

    记录id



6645
6646
6647
# File 'lib/v20190904/models.rb', line 6645

def UniqueId
  @UniqueId
end

Instance Method Details

#deserialize(params) ⇒ Object



6652
6653
6654
6655
# File 'lib/v20190904/models.rb', line 6652

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