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

Response message for NegativeKeywordService.ReplaceNegativeKeywords.

Attributes

  • negativeKeywords (type: list(GoogleApi.DisplayVideo.V1.Model.NegativeKeyword.t), default: nil) - The full list of negative keywords now present in the negative keyword list.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.ReplaceNegativeKeywordsResponse{
  negativeKeywords: [GoogleApi.DisplayVideo.V1.Model.NegativeKeyword.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.