google_api_display_video v0.5.0 GoogleApi.DisplayVideo.V1.Model.NegativeKeywordList View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DisplayVideo.V1.Model.NegativeKeywordList{
  advertiserId: String.t(),
  displayName: String.t(),
  name: String.t(),
  negativeKeywordListId: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.