Class: TencentCloud::Bma::V20221115::DeleteBPWhiteListResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20221115::DeleteBPWhiteListResponse
- Defined in:
- lib/v20221115/models.rb
Overview
DeleteBPWhiteList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteBPWhiteListResponse
constructor
A new instance of DeleteBPWhiteListResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteBPWhiteListResponse
Returns a new instance of DeleteBPWhiteListResponse.
433 434 435 |
# File 'lib/v20221115/models.rb', line 433 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
431 432 433 |
# File 'lib/v20221115/models.rb', line 431 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
437 438 439 |
# File 'lib/v20221115/models.rb', line 437 def deserialize(params) @RequestId = params['RequestId'] end |