Class ActivityEventsStatus
Status of the event. Note: Not all events have status.
Implements
Inherited Members
Namespace: Google.Apis.Admin.Reports.reports_v1.Data
Assembly: Google.Apis.Admin.Reports.reports_v1.dll
Syntax
public class ActivityEventsStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ErrorCode
Error code of the event. Note: Field can be empty.
Declaration
[JsonProperty("errorCode")]
public virtual string ErrorCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ErrorMessage
Error message of the event. Note: Field can be empty.
Declaration
[JsonProperty("errorMessage")]
public virtual string ErrorMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EventStatus
- Status of the event. Possible values if not empty: - UNKNOWN_EVENT_STATUS - SUCCEEDED - SUCCEEDED_WITH_WARNINGS - FAILED - SKIPPED
Declaration
[JsonProperty("eventStatus")]
public virtual string EventStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HttpStatusCode
Status code of the event. Note: Field can be empty.
Declaration
[JsonProperty("httpStatusCode")]
public virtual int? HttpStatusCode { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |