Show / Hide Table of Contents

Class ListEventsResponse

Contains a set of requested error events.

Inheritance
object
ListEventsResponse
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.Clouderrorreporting.v1beta1.Data
Assembly: Google.Apis.Clouderrorreporting.v1beta1.dll
Syntax
public class ListEventsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ErrorEvents

The error events which match the given request.

Declaration
[JsonProperty("errorEvents")]
public virtual IList<ErrorEvent> ErrorEvents { get; set; }
Property Value
Type Description
IList<ErrorEvent>

NextPageToken

If non-empty, more results are available. Pass this token, along with the same query parameters as the first request, to view the next page of results.

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

TimeRangeBegin

object representation of TimeRangeBeginRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimeRangeBeginDateTimeOffset instead.")]
public virtual object TimeRangeBegin { get; set; }
Property Value
Type Description
object

TimeRangeBeginDateTimeOffset

DateTimeOffset representation of TimeRangeBeginRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimeRangeBeginDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

TimeRangeBeginRaw

The timestamp specifies the start time to which the request was restricted.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX