mutateOperations property

List<GoogleAdsSearchads360V23ServicesMutateOperation>? mutateOperations
getter/setter pair

The list of mutates being added.

Operations can use negative integers as temp ids to signify dependencies between entities created in this batch job. For example, a customer with id = 1234 can create a campaign and an ad group in that same campaign by creating a campaign in the first operation with the resource name explicitly set to "customers/1234/campaigns/-1", and creating an ad group in the second operation with the campaign field also set to "customers/1234/campaigns/-1".

Required.

Implementation

core.List<GoogleAdsSearchads360V23ServicesMutateOperation>? mutateOperations;