Class: TencentCloud::Bma::V20210624::CreateBPFakeURLRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210624/models.rb

Overview

CreateBPFakeURL请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#FakeURLObject

Parameters:

  • ProtectURLId:

    保护网址ID

  • FakeURL:

    仿冒网址

  • SnapshotNames:

    截图

  • Note:

    举报说明



71
72
73
# File 'lib/v20210624/models.rb', line 71

def FakeURL
  @FakeURL
end

#NoteObject

Parameters:

  • ProtectURLId:

    保护网址ID

  • FakeURL:

    仿冒网址

  • SnapshotNames:

    截图

  • Note:

    举报说明



71
72
73
# File 'lib/v20210624/models.rb', line 71

def Note
  @Note
end

#ProtectURLIdObject

Parameters:

  • ProtectURLId:

    保护网址ID

  • FakeURL:

    仿冒网址

  • SnapshotNames:

    截图

  • Note:

    举报说明



71
72
73
# File 'lib/v20210624/models.rb', line 71

def ProtectURLId
  @ProtectURLId
end

#SnapshotNamesObject

Parameters:

  • ProtectURLId:

    保护网址ID

  • FakeURL:

    仿冒网址

  • SnapshotNames:

    截图

  • Note:

    举报说明



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