Class: TencentCloud::Bma::V20221115::CreateBPFakeURLsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20221115::CreateBPFakeURLsResponse
- Defined in:
- lib/v20221115/models.rb
Overview
CreateBPFakeURLs返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateBPFakeURLsResponse
constructor
A new instance of CreateBPFakeURLsResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateBPFakeURLsResponse
Returns a new instance of CreateBPFakeURLsResponse.
357 358 359 |
# File 'lib/v20221115/models.rb', line 357 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
355 356 357 |
# File 'lib/v20221115/models.rb', line 355 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
361 362 363 |
# File 'lib/v20221115/models.rb', line 361 def deserialize(params) @RequestId = params['RequestId'] end |