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

Request message for NegativeKeywordService.BulkEditNegativeKeywords.

Attributes

  • createdNegativeKeywords (type: list(GoogleApi.DisplayVideo.V1.Model.NegativeKeyword.t), default: nil) - The negative keywords to create in batch, specified as a list of NegativeKeywords.
  • deletedNegativeKeywords (type: list(String.t), default: nil) - The negative keywords to delete in batch, specified as a list of keyword_values.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.BulkEditNegativeKeywordsRequest{
  createdNegativeKeywords:
    [GoogleApi.DisplayVideo.V1.Model.NegativeKeyword.t()] | nil,
  deletedNegativeKeywords: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.