Class: TencentCloud::Bma::V20210624::ProtectURLInfo

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

Overview

保护网站信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(protecturlid = nil, protecturl = nil, protectweb = nil, protecturlstatus = nil, protecturlnote = nil, createtime = nil) ⇒ ProtectURLInfo

Returns a new instance of ProtectURLInfo.



2104
2105
2106
2107
2108
2109
2110
2111
# File 'lib/v20210624/models.rb', line 2104

def initialize(protecturlid=nil, protecturl=nil, protectweb=nil, protecturlstatus=nil, protecturlnote=nil, createtime=nil)
  @ProtectURLId = protecturlid
  @ProtectURL = protecturl
  @ProtectWeb = protectweb
  @ProtectURLStatus = protecturlstatus
  @ProtectURLNote = protecturlnote
  @CreateTime = createtime
end

Instance Attribute Details

#CreateTimeObject

Parameters:

  • ProtectURLId:

    保护网站ID

  • ProtectURL:

    保护网站

  • ProtectWeb:

    保护网站名称

  • ProtectURLStatus:

    保护网站审核状态 1-审核中 2-审核不通过 3-审核通过

  • ProtectURLNote:

    网站审核不通过原因

  • CreateTime:

    创建时间



2102
2103
2104
# File 'lib/v20210624/models.rb', line 2102

def CreateTime
  @CreateTime
end

#ProtectURLObject

Parameters:

  • ProtectURLId:

    保护网站ID

  • ProtectURL:

    保护网站

  • ProtectWeb:

    保护网站名称

  • ProtectURLStatus:

    保护网站审核状态 1-审核中 2-审核不通过 3-审核通过

  • ProtectURLNote:

    网站审核不通过原因

  • CreateTime:

    创建时间



2102
2103
2104
# File 'lib/v20210624/models.rb', line 2102

def ProtectURL
  @ProtectURL
end

#ProtectURLIdObject

Parameters:

  • ProtectURLId:

    保护网站ID

  • ProtectURL:

    保护网站

  • ProtectWeb:

    保护网站名称

  • ProtectURLStatus:

    保护网站审核状态 1-审核中 2-审核不通过 3-审核通过

  • ProtectURLNote:

    网站审核不通过原因

  • CreateTime:

    创建时间



2102
2103
2104
# File 'lib/v20210624/models.rb', line 2102

def ProtectURLId
  @ProtectURLId
end

#ProtectURLNoteObject

Parameters:

  • ProtectURLId:

    保护网站ID

  • ProtectURL:

    保护网站

  • ProtectWeb:

    保护网站名称

  • ProtectURLStatus:

    保护网站审核状态 1-审核中 2-审核不通过 3-审核通过

  • ProtectURLNote:

    网站审核不通过原因

  • CreateTime:

    创建时间



2102
2103
2104
# File 'lib/v20210624/models.rb', line 2102

def ProtectURLNote
  @ProtectURLNote
end

#ProtectURLStatusObject

Parameters:

  • ProtectURLId:

    保护网站ID

  • ProtectURL:

    保护网站

  • ProtectWeb:

    保护网站名称

  • ProtectURLStatus:

    保护网站审核状态 1-审核中 2-审核不通过 3-审核通过

  • ProtectURLNote:

    网站审核不通过原因

  • CreateTime:

    创建时间



2102
2103
2104
# File 'lib/v20210624/models.rb', line 2102

def ProtectURLStatus
  @ProtectURLStatus
end

#ProtectWebObject

Parameters:

  • ProtectURLId:

    保护网站ID

  • ProtectURL:

    保护网站

  • ProtectWeb:

    保护网站名称

  • ProtectURLStatus:

    保护网站审核状态 1-审核中 2-审核不通过 3-审核通过

  • ProtectURLNote:

    网站审核不通过原因

  • CreateTime:

    创建时间



2102
2103
2104
# File 'lib/v20210624/models.rb', line 2102

def ProtectWeb
  @ProtectWeb
end

Instance Method Details

#deserialize(params) ⇒ Object



2113
2114
2115
2116
2117
2118
2119
2120
# File 'lib/v20210624/models.rb', line 2113

def deserialize(params)
  @ProtectURLId = params['ProtectURLId']
  @ProtectURL = params['ProtectURL']
  @ProtectWeb = params['ProtectWeb']
  @ProtectURLStatus = params['ProtectURLStatus']
  @ProtectURLNote = params['ProtectURLNote']
  @CreateTime = params['CreateTime']
end