Class EventInfo
Private information for partner recorded events (PII).
Implements
Inherited Members
Namespace: Google.Apis.AdSensePlatform.v1alpha.Data
Assembly: Google.Apis.AdSensePlatform.v1alpha.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 |
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 |