Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesOfflineUserDataJobOperation

Operation to be made for the AddOfflineUserDataJobOperationsRequest.

Inheritance
object
GoogleAdsSearchads360V23ServicesOfflineUserDataJobOperation
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 GoogleAdsSearchads360V23ServicesOfflineUserDataJobOperation : IDirectResponseSchema

Properties

Create

Add the provided data to the transaction. Data cannot be retrieved after being uploaded.

Declaration
[JsonProperty("create")]
public virtual GoogleAdsSearchads360V23CommonUserData Create { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonUserData

ETag

The ETag of the item.

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

Remove

Remove the provided data from the transaction. Data cannot be retrieved after being uploaded.

Declaration
[JsonProperty("remove")]
public virtual GoogleAdsSearchads360V23CommonUserData Remove { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonUserData

RemoveAll

Remove all previously provided data. This is only supported for Customer Match.

Declaration
[JsonProperty("removeAll")]
public virtual bool? RemoveAll { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX