Class: TencentCloud::Dayu::V20180709::CreateUnblockIpRequest

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

Overview

CreateUnblockIp请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ip = nil, actiontype = nil) ⇒ CreateUnblockIpRequest

Returns a new instance of CreateUnblockIpRequest.



1465
1466
1467
1468
# File 'lib/v20180709/models.rb', line 1465

def initialize(ip=nil, actiontype=nil)
  @Ip = ip
  @ActionType = actiontype
end

Instance Attribute Details

#ActionTypeObject

Parameters:

  • Ip:

    IP

  • ActionType:

    解封类型(user:自助解封;auto:自动解封; update:升级解封;bind:绑定高防包解封)



1463
1464
1465
# File 'lib/v20180709/models.rb', line 1463

def ActionType
  @ActionType
end

#IpObject

Parameters:

  • Ip:

    IP

  • ActionType:

    解封类型(user:自助解封;auto:自动解封; update:升级解封;bind:绑定高防包解封)



1463
1464
1465
# File 'lib/v20180709/models.rb', line 1463

def Ip
  @Ip
end

Instance Method Details

#deserialize(params) ⇒ Object



1470
1471
1472
1473
# File 'lib/v20180709/models.rb', line 1470

def deserialize(params)
  @Ip = params['Ip']
  @ActionType = params['ActionType']
end