Show / Hide Table of Contents

Class DataRange

The date range to be reported on.

Inheritance
object
DataRange
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.DoubleClickBidManager.v2.Data
Assembly: Google.Apis.DoubleClickBidManager.v2.dll
Syntax
public class DataRange : IDirectResponseSchema

Properties

CustomEndDate

If CUSTOM_DATES is assigned to range, this field specifies the end date for the date range that is reported on. This field is required if using CUSTOM_DATES range and will be ignored otherwise.

Declaration
[JsonProperty("customEndDate")]
public virtual Date CustomEndDate { get; set; }
Property Value
Type Description
Date

CustomStartDate

If CUSTOM_DATES is assigned to range, this field specifies the starting date for the date range that is reported on. This field is required if using CUSTOM_DATES range and will be ignored otherwise.

Declaration
[JsonProperty("customStartDate")]
public virtual Date CustomStartDate { get; set; }
Property Value
Type Description
Date

ETag

The ETag of the item.

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

Range

The preset date range to be reported on. If CUSTOM_DATES is assigned to this field, fields custom_start_date and custom_end_date must be set to specify the custom date range.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX