Show / Hide Table of Contents

Class DateRange

A date range for a report.

Inheritance
object
DateRange
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.AgenciesAndBrands.v1.Data
Assembly: Google.Apis.AgenciesAndBrands.v1.dll
Syntax
public class DateRange : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Fixed__

A fixed date range.

Declaration
[JsonProperty("fixed")]
public virtual FixedDateRange Fixed__ { get; set; }
Property Value
Type Description
FixedDateRange

Relative

A relative date range.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX