Class: TencentCloud::Rum::V20210622::CreateWhitelistRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rum::V20210622::CreateWhitelistRequest
- Defined in:
- lib/v20210622/models.rb
Overview
CreateWhitelist请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, remark = nil, whitelistuin = nil, aid = nil) ⇒ CreateWhitelistRequest
constructor
A new instance of CreateWhitelistRequest.
Constructor Details
#initialize(instanceid = nil, remark = nil, whitelistuin = nil, aid = nil) ⇒ CreateWhitelistRequest
287 288 289 290 291 292 |
# File 'lib/v20210622/models.rb', line 287 def initialize(instanceid=nil, remark=nil, whitelistuin=nil, aid=nil) @InstanceID = instanceid @Remark = remark @WhitelistUin = whitelistuin @Aid = aid end |
Instance Attribute Details
#Aid ⇒ Object
285 286 287 |
# File 'lib/v20210622/models.rb', line 285 def Aid @Aid end |
#InstanceID ⇒ Object
285 286 287 |
# File 'lib/v20210622/models.rb', line 285 def InstanceID @InstanceID end |
#Remark ⇒ Object
285 286 287 |
# File 'lib/v20210622/models.rb', line 285 def Remark @Remark end |
#WhitelistUin ⇒ Object
285 286 287 |
# File 'lib/v20210622/models.rb', line 285 def WhitelistUin @WhitelistUin end |
Instance Method Details
#deserialize(params) ⇒ Object
294 295 296 297 298 299 |
# File 'lib/v20210622/models.rb', line 294 def deserialize(params) @InstanceID = params['InstanceID'] @Remark = params['Remark'] @WhitelistUin = params['WhitelistUin'] @Aid = params['Aid'] end |