Show / Hide Table of Contents

Class RealtimeTimeRange

An open-ended realtime time range specified by the start timestamp. For filter sets that specify a realtime time range RTB metrics continue to be aggregated throughout the lifetime of the filter set.

Inheritance
object
RealtimeTimeRange
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.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class RealtimeTimeRange : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

StartTimestamp

object representation of StartTimestampRaw.

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

StartTimestampDateTimeOffset

DateTimeOffset representation of StartTimestampRaw.

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

StartTimestampRaw

The start timestamp of the real-time RTB metrics aggregation.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX