Show / Hide Table of Contents

Class EventInfo

Private information for partner recorded events (PII).

Inheritance
object
EventInfo
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.AdSensePlatform.v1.Data
Assembly: Google.Apis.AdSensePlatform.v1.dll
Syntax
public class EventInfo : IDirectResponseSchema

Properties

BillingAddress

The billing address of the publisher associated with this event, if available.

Declaration
[JsonProperty("billingAddress")]
public virtual Address BillingAddress { get; set; }
Property Value
Type Description
Address

ETag

The ETag of the item.

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

Email

Required. The email address that is associated with the publisher when performing the event.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX