Class: TencentCloud::Bma::V20221115::CreateBPFakeURLRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20221115::CreateBPFakeURLRequest
- Defined in:
- lib/v20221115/models.rb
Overview
CreateBPFakeURL请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(companyid = nil, fakeurl = nil, fakeurlsnapshots = nil, note = nil) ⇒ CreateBPFakeURLRequest
constructor
A new instance of CreateBPFakeURLRequest.
Constructor Details
#initialize(companyid = nil, fakeurl = nil, fakeurlsnapshots = nil, note = nil) ⇒ CreateBPFakeURLRequest
Returns a new instance of CreateBPFakeURLRequest.
299 300 301 302 303 304 |
# File 'lib/v20221115/models.rb', line 299 def initialize(companyid=nil, fakeurl=nil, fakeurlsnapshots=nil, note=nil) @CompanyId = companyid @FakeURL = fakeurl @FakeURLSnapshots = fakeurlsnapshots @Note = note end |
Instance Attribute Details
#CompanyId ⇒ Object
297 298 299 |
# File 'lib/v20221115/models.rb', line 297 def CompanyId @CompanyId end |
#FakeURL ⇒ Object
297 298 299 |
# File 'lib/v20221115/models.rb', line 297 def FakeURL @FakeURL end |
#FakeURLSnapshots ⇒ Object
297 298 299 |
# File 'lib/v20221115/models.rb', line 297 def FakeURLSnapshots @FakeURLSnapshots end |
#Note ⇒ Object
297 298 299 |
# File 'lib/v20221115/models.rb', line 297 def Note @Note end |
Instance Method Details
#deserialize(params) ⇒ Object
306 307 308 309 310 311 |
# File 'lib/v20221115/models.rb', line 306 def deserialize(params) @CompanyId = params['CompanyId'] @FakeURL = params['FakeURL'] @FakeURLSnapshots = params['FakeURLSnapshots'] @Note = params['Note'] end |