Class: TencentCloud::Bma::V20210624::CreateBPFakeURLRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20210624::CreateBPFakeURLRequest
- Defined in:
- lib/v20210624/models.rb
Overview
CreateBPFakeURL请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(protecturlid = nil, fakeurl = nil, snapshotnames = nil, note = nil) ⇒ CreateBPFakeURLRequest
constructor
A new instance of CreateBPFakeURLRequest.
Constructor Details
#initialize(protecturlid = nil, fakeurl = nil, snapshotnames = nil, note = nil) ⇒ CreateBPFakeURLRequest
Returns a new instance of CreateBPFakeURLRequest.
73 74 75 76 77 78 |
# File 'lib/v20210624/models.rb', line 73 def initialize(protecturlid=nil, fakeurl=nil, snapshotnames=nil, note=nil) @ProtectURLId = protecturlid @FakeURL = fakeurl @SnapshotNames = snapshotnames @Note = note end |
Instance Attribute Details
#FakeURL ⇒ Object
71 72 73 |
# File 'lib/v20210624/models.rb', line 71 def FakeURL @FakeURL end |
#Note ⇒ Object
71 72 73 |
# File 'lib/v20210624/models.rb', line 71 def Note @Note end |
#ProtectURLId ⇒ Object
71 72 73 |
# File 'lib/v20210624/models.rb', line 71 def ProtectURLId @ProtectURLId end |
#SnapshotNames ⇒ Object
71 72 73 |
# File 'lib/v20210624/models.rb', line 71 def SnapshotNames @SnapshotNames end |
Instance Method Details
#deserialize(params) ⇒ Object
80 81 82 83 84 85 |
# File 'lib/v20210624/models.rb', line 80 def deserialize(params) @ProtectURLId = params['ProtectURLId'] @FakeURL = params['FakeURL'] @SnapshotNames = params['SnapshotNames'] @Note = params['Note'] end |