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.
14299 14300 14301 14302 14303 14304 14305 14306 |
# File 'lib/v20180606/models.rb', line 14299 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:申诉进行中
14297 14298 14299 |
# File 'lib/v20180606/models.rb', line 14297 def CreateTime @CreateTime end |
#DownloadUrl ⇒ Object
forbid:已封禁release:已解封delay : 延迟处理reject :申诉驳回,状态仍为封禁状态complain:申诉进行中
14297 14298 14299 |
# File 'lib/v20180606/models.rb', line 14297 def DownloadUrl @DownloadUrl end |
#Id ⇒ Object
forbid:已封禁release:已解封delay : 延迟处理reject :申诉驳回,状态仍为封禁状态complain:申诉进行中
14297 14298 14299 |
# File 'lib/v20180606/models.rb', line 14297 def Id @Id end |
#RealUrl ⇒ Object
forbid:已封禁release:已解封delay : 延迟处理reject :申诉驳回,状态仍为封禁状态complain:申诉进行中
14297 14298 14299 |
# File 'lib/v20180606/models.rb', line 14297 def RealUrl @RealUrl end |
#UpdateTime ⇒ Object
forbid:已封禁release:已解封delay : 延迟处理reject :申诉驳回,状态仍为封禁状态complain:申诉进行中
14297 14298 14299 |
# File 'lib/v20180606/models.rb', line 14297 def UpdateTime @UpdateTime end |
#UrlStatus ⇒ Object
forbid:已封禁release:已解封delay : 延迟处理reject :申诉驳回,状态仍为封禁状态complain:申诉进行中
14297 14298 14299 |
# File 'lib/v20180606/models.rb', line 14297 def UrlStatus @UrlStatus end |
Instance Method Details
#deserialize(params) ⇒ Object
14308 14309 14310 14311 14312 14313 14314 14315 |
# File 'lib/v20180606/models.rb', line 14308 def deserialize(params) @Id = params['Id'] @RealUrl = params['RealUrl'] @DownloadUrl = params['DownloadUrl'] @UrlStatus = params['UrlStatus'] @CreateTime = params['CreateTime'] @UpdateTime = params['UpdateTime'] end |