Show / Hide Table of Contents

Class ActivityEventsStatus

Status of the event. Note: Not all events have status.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX