Class NegativeKeyword
A negatively targeted keyword that belongs to a negative keyword list.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class NegativeKeyword : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KeywordValue
Required. Immutable. The negatively targeted keyword, for example car insurance
. Must be UTF-8 encoded
with a maximum size of 255 bytes. Maximum number of characters is 80. Maximum number of words is 10. Valid
characters are restricted to ASCII characters only. The only URL-escaping permitted is for representing
whitespace between words. Leading or trailing whitespace is ignored.
Declaration
[JsonProperty("keywordValue")]
public virtual string KeywordValue { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. The resource name of the negative keyword.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |