GoogleApi.DisplayVideo.V1.Model.BulkEditAdvertiserAssignedTargetingOptionsRequest (google_api_display_video v0.24.0) View Source
Request message for BulkEditAdvertiserAssignedTargetingOptions.
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_CHANNELTARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSIONTARGETING_TYPE_OMIDTARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION -
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_CHANNELTARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSIONTARGETING_TYPE_OMIDTARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION
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.BulkEditAdvertiserAssignedTargetingOptionsRequest{
createRequests:
[
GoogleApi.DisplayVideo.V1.Model.CreateAssignedTargetingOptionsRequest.t()
]
| nil,
deleteRequests:
[
GoogleApi.DisplayVideo.V1.Model.DeleteAssignedTargetingOptionsRequest.t()
]
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.