Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesAddBatchJobOperationsRequest

Request message for BatchJobService.AddBatchJobOperations.

Inheritance
object
GoogleAdsSearchads360V23ServicesAddBatchJobOperationsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesAddBatchJobOperationsRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MutateOperations

Required. 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".

Declaration
[JsonProperty("mutateOperations")]
public virtual IList<GoogleAdsSearchads360V23ServicesMutateOperation> MutateOperations { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23ServicesMutateOperation>

SequenceToken

A token used to enforce sequencing. The first AddBatchJobOperations request for a batch job should not set sequence_token. Subsequent requests must set sequence_token to the value of next_sequence_token received in the previous AddBatchJobOperations response.

Declaration
[JsonProperty("sequenceToken")]
public virtual string SequenceToken { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX