Class Event
A platform sub-account event to record spam signals.
Implements
Inherited Members
Namespace: Google.Apis.AdSensePlatform.v1.Data
Assembly: Google.Apis.AdSensePlatform.v1.dll
Syntax
public class Event : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EventInfo
Required. Information associated with the event.
Declaration
[JsonProperty("eventInfo")]
public virtual EventInfo EventInfo { get; set; }
Property Value
Type | Description |
---|---|
EventInfo |
EventTime
object representation of EventTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EventTimeDateTimeOffset instead.")]
public virtual object EventTime { get; set; }
Property Value
Type | Description |
---|---|
object |
EventTimeDateTimeOffset
DateTimeOffset representation of EventTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EventTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
EventTimeRaw
Required. Event timestamp.
Declaration
[JsonProperty("eventTime")]
public virtual string EventTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
EventType
Required. Event type.
Declaration
[JsonProperty("eventType")]
public virtual string EventType { get; set; }
Property Value
Type | Description |
---|---|
string |