Show / Hide Table of Contents

Class NegativeKeywordList

A list of negative keywords used for targeting.

Inheritance
object
NegativeKeywordList
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.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
long?

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
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
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
long?

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
long?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX