View Source GoogleApi.DisplayVideo.V1.Model.NegativeKeywordList (google_api_display_video v0.35.0)

A list of negative keywords used for targeting.

Attributes

  • advertiserId (type: String.t, default: nil) - Output only. The unique ID of the advertiser the negative keyword list belongs to.
  • displayName (type: String.t, default: nil) - Required. The display name of the negative keyword list. Must be UTF-8 encoded with a maximum size of 255 bytes.
  • name (type: String.t, default: nil) - Output only. The resource name of the negative keyword list.
  • negativeKeywordListId (type: String.t, default: nil) - Output only. The unique ID of the negative keyword list. Assigned by the system.
  • targetedLineItemCount (type: String.t, default: nil) - Output only. Number of line items that are directly targeting this negative keyword list.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.NegativeKeywordList{
  advertiserId: String.t() | nil,
  displayName: String.t() | nil,
  name: String.t() | nil,
  negativeKeywordListId: String.t() | nil,
  targetedLineItemCount: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.