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.
10661 10662 10663 10664 10665 10666 10667 10668 |
# File 'lib/v20180606/models.rb', line 10661 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:申诉进行中
10659 10660 10661 |
# File 'lib/v20180606/models.rb', line 10659 def CreateTime @CreateTime end |
#DownloadUrl ⇒ Object
forbid:已封禁release:已解封delay : 延迟处理reject :申诉驳回,状态仍为封禁状态complain:申诉进行中
10659 10660 10661 |
# File 'lib/v20180606/models.rb', line 10659 def DownloadUrl @DownloadUrl end |
#Id ⇒ Object
forbid:已封禁release:已解封delay : 延迟处理reject :申诉驳回,状态仍为封禁状态complain:申诉进行中
10659 10660 10661 |
# File 'lib/v20180606/models.rb', line 10659 def Id @Id end |
#RealUrl ⇒ Object
forbid:已封禁release:已解封delay : 延迟处理reject :申诉驳回,状态仍为封禁状态complain:申诉进行中
10659 10660 10661 |
# File 'lib/v20180606/models.rb', line 10659 def RealUrl @RealUrl end |
#UpdateTime ⇒ Object
forbid:已封禁release:已解封delay : 延迟处理reject :申诉驳回,状态仍为封禁状态complain:申诉进行中
10659 10660 10661 |
# File 'lib/v20180606/models.rb', line 10659 def UpdateTime @UpdateTime end |
#UrlStatus ⇒ Object
forbid:已封禁release:已解封delay : 延迟处理reject :申诉驳回,状态仍为封禁状态complain:申诉进行中
10659 10660 10661 |
# File 'lib/v20180606/models.rb', line 10659 def UrlStatus @UrlStatus end |
Instance Method Details
#deserialize(params) ⇒ Object
10670 10671 10672 10673 10674 10675 10676 10677 |
# File 'lib/v20180606/models.rb', line 10670 def deserialize(params) @Id = params['Id'] @RealUrl = params['RealUrl'] @DownloadUrl = params['DownloadUrl'] @UrlStatus = params['UrlStatus'] @CreateTime = params['CreateTime'] @UpdateTime = params['UpdateTime'] end |