Class: TencentCloud::Dayu::V20180709::CreateUnblockIpResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dayu::V20180709::CreateUnblockIpResponse
- Defined in:
- lib/v20180709/models.rb
Overview
CreateUnblockIp返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ip = nil, actiontype = nil, unblocktime = nil, requestid = nil) ⇒ CreateUnblockIpResponse
constructor
A new instance of CreateUnblockIpResponse.
Constructor Details
#initialize(ip = nil, actiontype = nil, unblocktime = nil, requestid = nil) ⇒ CreateUnblockIpResponse
Returns a new instance of CreateUnblockIpResponse.
1489 1490 1491 1492 1493 1494 |
# File 'lib/v20180709/models.rb', line 1489 def initialize(ip=nil, actiontype=nil, unblocktime=nil, requestid=nil) @Ip = ip @ActionType = actiontype @UnblockTime = unblocktime @RequestId = requestid end |
Instance Attribute Details
#ActionType ⇒ Object
1487 1488 1489 |
# File 'lib/v20180709/models.rb', line 1487 def ActionType @ActionType end |
#Ip ⇒ Object
1487 1488 1489 |
# File 'lib/v20180709/models.rb', line 1487 def Ip @Ip end |
#RequestId ⇒ Object
1487 1488 1489 |
# File 'lib/v20180709/models.rb', line 1487 def RequestId @RequestId end |
#UnblockTime ⇒ Object
1487 1488 1489 |
# File 'lib/v20180709/models.rb', line 1487 def UnblockTime @UnblockTime end |
Instance Method Details
#deserialize(params) ⇒ Object
1496 1497 1498 1499 1500 1501 |
# File 'lib/v20180709/models.rb', line 1496 def deserialize(params) @Ip = params['Ip'] @ActionType = params['ActionType'] @UnblockTime = params['UnblockTime'] @RequestId = params['RequestId'] end |