Class: TencentCloud::Bma::V20221115::CreateBPWhiteListResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20221115::CreateBPWhiteListResponse
- Defined in:
- lib/v20221115/models.rb
Overview
CreateBPWhiteList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateBPWhiteListResponse
constructor
A new instance of CreateBPWhiteListResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateBPWhiteListResponse
Returns a new instance of CreateBPWhiteListResponse.
401 402 403 |
# File 'lib/v20221115/models.rb', line 401 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
399 400 401 |
# File 'lib/v20221115/models.rb', line 399 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
405 406 407 |
# File 'lib/v20221115/models.rb', line 405 def deserialize(params) @RequestId = params['RequestId'] end |