Show / Hide Table of Contents

Class ListGroupStatsResponse

Contains a set of requested error group stats.

Inheritance
object
ListGroupStatsResponse
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 ListGroupStatsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ErrorGroupStats

The error group stats which match the given request.

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

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. The start time is set based on the requested time range. It may be adjusted to a later time if a project has exceeded the storage quota and older data has been deleted.

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