GoogleApi.DisplayVideo.V1.Model.BulkEditPartnerAssignedTargetingOptionsRequest (google_api_display_video v0.15.3) View Source
Request message for BulkEditPartnerAssignedTargetingOptions.
Attributes
-
createRequests
(type:list(GoogleApi.DisplayVideo.V1.Model.CreateAssignedTargetingOptionsRequest.t)
, default:nil
) - The assigned targeting options to create in batch, specified as a list ofCreateAssignedTargetingOptionsRequest
. Supported targeting types: *TARGETING_TYPE_CHANNEL
-
deleteRequests
(type:list(GoogleApi.DisplayVideo.V1.Model.DeleteAssignedTargetingOptionsRequest.t)
, default:nil
) - The assigned targeting options to delete in batch, specified as a list ofDeleteAssignedTargetingOptionsRequest
. Supported targeting types: *TARGETING_TYPE_CHANNEL
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.BulkEditPartnerAssignedTargetingOptionsRequest{ createRequests: [ GoogleApi.DisplayVideo.V1.Model.CreateAssignedTargetingOptionsRequest.t() ], deleteRequests: [ GoogleApi.DisplayVideo.V1.Model.DeleteAssignedTargetingOptionsRequest.t() ] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.