Class ReplaceNegativeKeywordsResponse
Response message for NegativeKeywordService.ReplaceNegativeKeywords.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class ReplaceNegativeKeywordsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NegativeKeywords
The full list of negative keywords now present in the negative keyword list.
Declaration
[JsonProperty("negativeKeywords")]
public virtual IList<NegativeKeyword> NegativeKeywords { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<NegativeKeyword> |