Show / Hide Table of Contents

Class UrlRestriction

Deprecated. This will be removed in October 2023. For more information, see the release notes: https://developers.google.com/authorized-buyers/apis/relnotes#real-time-bidding-api Represents the URL restriction (for the URL captured by the pixel callback) for a user list.

Inheritance
object
UrlRestriction
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class UrlRestriction : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EndDate

End date (if specified) of the URL restriction. End date should be later than the start date for the date range to be valid.

Declaration
[JsonProperty("endDate")]
public virtual Date EndDate { get; set; }
Property Value
Type Description
Date

RestrictionType

The restriction type for the specified URL.

Declaration
[JsonProperty("restrictionType")]
public virtual string RestrictionType { get; set; }
Property Value
Type Description
string

StartDate

Start date (if specified) of the URL restriction.

Declaration
[JsonProperty("startDate")]
public virtual Date StartDate { get; set; }
Property Value
Type Description
Date

Url

Required. The URL to use for applying the restriction on the user list.

Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX