Class: TencentCloud::Cdn::V20180606::UrlRecord

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

Overview

封禁url的详细信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(status = nil, realurl = nil, createtime = nil, updatetime = nil) ⇒ UrlRecord

Returns a new instance of UrlRecord.



14090
14091
14092
14093
14094
14095
# File 'lib/v20180606/models.rb', line 14090

def initialize(status=nil, realurl=nil, createtime=nil, updatetime=nil)
  @Status = status
  @RealUrl = realurl
  @CreateTime = createtime
  @UpdateTime = updatetime
end

Instance Attribute Details

#CreateTimeObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Status:

    状态(disable表示封禁,enable表示解封)

  • RealUrl:

    对应的url

  • CreateTime:

    创建时间

  • UpdateTime:

    更新时间



14088
14089
14090
# File 'lib/v20180606/models.rb', line 14088

def CreateTime
  @CreateTime
end

#RealUrlObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Status:

    状态(disable表示封禁,enable表示解封)

  • RealUrl:

    对应的url

  • CreateTime:

    创建时间

  • UpdateTime:

    更新时间



14088
14089
14090
# File 'lib/v20180606/models.rb', line 14088

def RealUrl
  @RealUrl
end

#StatusObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Status:

    状态(disable表示封禁,enable表示解封)

  • RealUrl:

    对应的url

  • CreateTime:

    创建时间

  • UpdateTime:

    更新时间



14088
14089
14090
# File 'lib/v20180606/models.rb', line 14088

def Status
  @Status
end

#UpdateTimeObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Status:

    状态(disable表示封禁,enable表示解封)

  • RealUrl:

    对应的url

  • CreateTime:

    创建时间

  • UpdateTime:

    更新时间



14088
14089
14090
# File 'lib/v20180606/models.rb', line 14088

def UpdateTime
  @UpdateTime
end

Instance Method Details

#deserialize(params) ⇒ Object



14097
14098
14099
14100
14101
14102
# File 'lib/v20180606/models.rb', line 14097

def deserialize(params)
  @Status = params['Status']
  @RealUrl = params['RealUrl']
  @CreateTime = params['CreateTime']
  @UpdateTime = params['UpdateTime']
end