Show / Hide Table of Contents

Class NegativeKeywordList

A list of negative keywords used for targeting.

Inheritance
System.Object
NegativeKeywordList
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class NegativeKeywordList : IDirectResponseSchema

Properties

AdvertiserId

Output only. The unique ID of the advertiser the negative keyword list belongs to.

Declaration
[JsonProperty("advertiserId")]
public virtual long? AdvertiserId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

DisplayName

Required. The display name of the negative keyword list. Must be UTF-8 encoded with a maximum size of 255 bytes.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

Name

Output only. The resource name of the negative keyword list.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

NegativeKeywordListId

Output only. The unique ID of the negative keyword list. Assigned by the system.

Declaration
[JsonProperty("negativeKeywordListId")]
public virtual long? NegativeKeywordListId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

TargetedLineItemCount

Output only. Number of line items that are directly targeting this negative keyword list.

Declaration
[JsonProperty("targetedLineItemCount")]
public virtual long? TargetedLineItemCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top