Class GoogleAdsSearchads360V23ServicesOfflineUserDataJobOperation
Operation to be made for the AddOfflineUserDataJobOperationsRequest.
Implements
Inherited Members
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? |