BiddingSeasonalityAdjustmentOperation

  • This document describes a single operation for managing seasonality adjustments.

  • The operation can be a create, remove, or update action.

  • An update_mask is used to specify which fields are modified during an update operation.

  • Create operations do not require a resource name, while update and remove operations do.

A single operation (create, remove, update) on a seasonality adjustment.

Fields

update_mask

FieldMask

FieldMask that determines which resource fields are modified in an update.

Union field

operation

operation. The mutate operation. operation can be only one of the following:

create

BiddingSeasonalityAdjustment

Create operation: No resource name is expected for the new seasonality adjustment.

update

BiddingSeasonalityAdjustment

Update operation: The seasonality adjustment is expected to have a valid resource name.

remove

string

Remove operation: A resource name for the removed seasonality adjustment is expected, in this format:

customers/{customer_id}/biddingSeasonalityAdjustments/{seasonality_adjustment_id}