Class IngestAdEventsRequest
Request to upload ad events.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class IngestAdEventsRequest : IDirectResponseSchema
Properties
AdEvents
Required. Required (at least 1). A list of ad events.
Declaration
[JsonProperty("adEvents")]
public virtual IList<AdEvent> AdEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AdEvent> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EncryptionInfo
Optional. Information about encryption keys which are used to encrypt the data.
Declaration
[JsonProperty("encryptionInfo")]
public virtual EncryptionInfo EncryptionInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| EncryptionInfo |
ValidateOnly
Optional. If true, the request is validated, but not executed.
Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |