Class: TencentCloud::Cdn::V20180606::ViolationUrl
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::ViolationUrl
- Defined in:
- lib/v20180606/models.rb
Overview
违规 URL 详情
Instance Attribute Summary collapse
-
#CreateTime ⇒ Object
forbid:已封禁 release:已解封 delay : 延迟处理 reject :申诉驳回,状态仍为封禁状态 complain:申诉进行中.
-
#DownloadUrl ⇒ Object
forbid:已封禁 release:已解封 delay : 延迟处理 reject :申诉驳回,状态仍为封禁状态 complain:申诉进行中.
-
#Id ⇒ Object
forbid:已封禁 release:已解封 delay : 延迟处理 reject :申诉驳回,状态仍为封禁状态 complain:申诉进行中.
-
#RealUrl ⇒ Object
forbid:已封禁 release:已解封 delay : 延迟处理 reject :申诉驳回,状态仍为封禁状态 complain:申诉进行中.
-
#UpdateTime ⇒ Object
forbid:已封禁 release:已解封 delay : 延迟处理 reject :申诉驳回,状态仍为封禁状态 complain:申诉进行中.
-
#UrlStatus ⇒ Object
forbid:已封禁 release:已解封 delay : 延迟处理 reject :申诉驳回,状态仍为封禁状态 complain:申诉进行中.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, realurl = nil, downloadurl = nil, urlstatus = nil, createtime = nil, updatetime = nil) ⇒ ViolationUrl
constructor
A new instance of ViolationUrl.
Constructor Details
#initialize(id = nil, realurl = nil, downloadurl = nil, urlstatus = nil, createtime = nil, updatetime = nil) ⇒ ViolationUrl
Returns a new instance of ViolationUrl.
14318 14319 14320 14321 14322 14323 14324 14325 |
# File 'lib/v20180606/models.rb', line 14318 def initialize(id=nil, realurl=nil, downloadurl=nil, urlstatus=nil, createtime=nil, updatetime=nil) @Id = id @RealUrl = realurl @DownloadUrl = downloadurl @UrlStatus = urlstatus @CreateTime = createtime @UpdateTime = updatetime end |
Instance Attribute Details
#CreateTime ⇒ Object
forbid:已封禁 release:已解封 delay : 延迟处理 reject :申诉驳回,状态仍为封禁状态 complain:申诉进行中
14316 14317 14318 |
# File 'lib/v20180606/models.rb', line 14316 def CreateTime @CreateTime end |
#DownloadUrl ⇒ Object
forbid:已封禁 release:已解封 delay : 延迟处理 reject :申诉驳回,状态仍为封禁状态 complain:申诉进行中
14316 14317 14318 |
# File 'lib/v20180606/models.rb', line 14316 def DownloadUrl @DownloadUrl end |
#Id ⇒ Object
forbid:已封禁 release:已解封 delay : 延迟处理 reject :申诉驳回,状态仍为封禁状态 complain:申诉进行中
14316 14317 14318 |
# File 'lib/v20180606/models.rb', line 14316 def Id @Id end |
#RealUrl ⇒ Object
forbid:已封禁 release:已解封 delay : 延迟处理 reject :申诉驳回,状态仍为封禁状态 complain:申诉进行中
14316 14317 14318 |
# File 'lib/v20180606/models.rb', line 14316 def RealUrl @RealUrl end |
#UpdateTime ⇒ Object
forbid:已封禁 release:已解封 delay : 延迟处理 reject :申诉驳回,状态仍为封禁状态 complain:申诉进行中
14316 14317 14318 |
# File 'lib/v20180606/models.rb', line 14316 def UpdateTime @UpdateTime end |
#UrlStatus ⇒ Object
forbid:已封禁 release:已解封 delay : 延迟处理 reject :申诉驳回,状态仍为封禁状态 complain:申诉进行中
14316 14317 14318 |
# File 'lib/v20180606/models.rb', line 14316 def UrlStatus @UrlStatus end |
Instance Method Details
#deserialize(params) ⇒ Object
14327 14328 14329 14330 14331 14332 14333 14334 |
# File 'lib/v20180606/models.rb', line 14327 def deserialize(params) @Id = params['Id'] @RealUrl = params['RealUrl'] @DownloadUrl = params['DownloadUrl'] @UrlStatus = params['UrlStatus'] @CreateTime = params['CreateTime'] @UpdateTime = params['UpdateTime'] end |