Class QueryTimeRange (2.0.0-beta05)

public sealed class QueryTimeRange : IMessage<QueryTimeRange>, IEquatable<QueryTimeRange>, IDeepCloneable<QueryTimeRange>, IBufferMessage, IMessage

Requests might be rejected or the resulting timed count durations might be adjusted for lower durations.

Inheritance

Object > QueryTimeRange

Namespace

Google.Cloud.ErrorReporting.V1Beta1

Assembly

Google.Cloud.ErrorReporting.V1Beta1.dll

Constructors

QueryTimeRange()

public QueryTimeRange()

QueryTimeRange(QueryTimeRange)

public QueryTimeRange(QueryTimeRange other)
Parameter
NameDescription
otherQueryTimeRange

Properties

Period

public QueryTimeRange.Types.Period Period { get; set; }

Restricts the query to the specified time range.

Property Value
TypeDescription
QueryTimeRange.Types.Period