Class: TencentCloud::Bma::V20210624::ProtectURLInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20210624::ProtectURLInfo
- Defined in:
- lib/v20210624/models.rb
Overview
保护网站信息
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #ProtectURL ⇒ Object
- #ProtectURLId ⇒ Object
- #ProtectURLNote ⇒ Object
- #ProtectURLStatus ⇒ Object
- #ProtectWeb ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(protecturlid = nil, protecturl = nil, protectweb = nil, protecturlstatus = nil, protecturlnote = nil, createtime = nil) ⇒ ProtectURLInfo
constructor
A new instance of ProtectURLInfo.
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
#CreateTime ⇒ Object
2102 2103 2104 |
# File 'lib/v20210624/models.rb', line 2102 def CreateTime @CreateTime end |
#ProtectURL ⇒ Object
2102 2103 2104 |
# File 'lib/v20210624/models.rb', line 2102 def ProtectURL @ProtectURL end |
#ProtectURLId ⇒ Object
2102 2103 2104 |
# File 'lib/v20210624/models.rb', line 2102 def ProtectURLId @ProtectURLId end |
#ProtectURLNote ⇒ Object
2102 2103 2104 |
# File 'lib/v20210624/models.rb', line 2102 def ProtectURLNote @ProtectURLNote end |
#ProtectURLStatus ⇒ Object
2102 2103 2104 |
# File 'lib/v20210624/models.rb', line 2102 def ProtectURLStatus @ProtectURLStatus end |
#ProtectWeb ⇒ Object
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 |