Class: TencentCloud::Cwp::V20180228::DeleteBanWhiteListResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DeleteBanWhiteListResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DeleteBanWhiteList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteBanWhiteListResponse
constructor
A new instance of DeleteBanWhiteListResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteBanWhiteListResponse
Returns a new instance of DeleteBanWhiteListResponse.
6369 6370 6371 |
# File 'lib/v20180228/models.rb', line 6369 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6367 6368 6369 |
# File 'lib/v20180228/models.rb', line 6367 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6373 6374 6375 |
# File 'lib/v20180228/models.rb', line 6373 def deserialize(params) @RequestId = params['RequestId'] end |