BiddingSeasonalityAdjustmentOperation

  • This operation performs a single create, remove, or update action on a seasonality adjustment.

  • The update_mask field is a FieldMask used to determine which resource fields are modified during an update.

  • The operation field is a union field that specifies the type of mutate operation (create, update, or remove).

  • For a create operation, no resource name is expected, while for update and remove operations, a valid resource name or resource name in the specified format is expected respectively.

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}