GoogleApi.DisplayVideo.V1.Model.BulkEditNegativeKeywordsRequest (google_api_display_video v0.15.3) View Source
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.
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.BulkEditNegativeKeywordsRequest{
createdNegativeKeywords: [GoogleApi.DisplayVideo.V1.Model.NegativeKeyword.t()],
deletedNegativeKeywords: [String.t()]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.