Class: TencentCloud::Bma::V20210624::CreateBPFakeURLResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20210624::CreateBPFakeURLResponse
- Defined in:
- lib/v20210624/models.rb
Overview
CreateBPFakeURL返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateBPFakeURLResponse
constructor
A new instance of CreateBPFakeURLResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateBPFakeURLResponse
Returns a new instance of CreateBPFakeURLResponse.
95 96 97 |
# File 'lib/v20210624/models.rb', line 95 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
93 94 95 |
# File 'lib/v20210624/models.rb', line 93 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
99 100 101 |
# File 'lib/v20210624/models.rb', line 99 def deserialize(params) @RequestId = params['RequestId'] end |