Show / Hide Table of Contents

Class IngestAdEventsRequest

Request to upload ad events.

Inheritance
object
IngestAdEventsRequest
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX