Class: TencentCloud::Bma::V20221115::CreateBPFakeAPPResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20221115::CreateBPFakeAPPResponse
- Defined in:
- lib/v20221115/models.rb
Overview
CreateBPFakeAPP返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(fakeappid = nil, requestid = nil) ⇒ CreateBPFakeAPPResponse
constructor
A new instance of CreateBPFakeAPPResponse.
Constructor Details
#initialize(fakeappid = nil, requestid = nil) ⇒ CreateBPFakeAPPResponse
Returns a new instance of CreateBPFakeAPPResponse.
275 276 277 278 |
# File 'lib/v20221115/models.rb', line 275 def initialize(fakeappid=nil, requestid=nil) @FakeAPPId = fakeappid @RequestId = requestid end |
Instance Attribute Details
#FakeAPPId ⇒ Object
273 274 275 |
# File 'lib/v20221115/models.rb', line 273 def FakeAPPId @FakeAPPId end |
#RequestId ⇒ Object
273 274 275 |
# File 'lib/v20221115/models.rb', line 273 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
280 281 282 283 |
# File 'lib/v20221115/models.rb', line 280 def deserialize(params) @FakeAPPId = params['FakeAPPId'] @RequestId = params['RequestId'] end |