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

A negatively targeted keyword that belongs to a negative keyword list.

Attributes

  • keywordValue (type: String.t, default: nil) - 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.
  • name (type: String.t, default: nil) - Output only. The resource name of the negative keyword.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.NegativeKeyword{
  keywordValue: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.