Show / Hide Table of Contents

Class Report.Types.DateRange

A date range for a report.

Inheritance
object
Report.Types.DateRange
Implements
IMessage<Report.Types.DateRange>
IEquatable<Report.Types.DateRange>
IDeepCloneable<Report.Types.DateRange>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class Report.Types.DateRange : IMessage<Report.Types.DateRange>, IEquatable<Report.Types.DateRange>, IDeepCloneable<Report.Types.DateRange>, IBufferMessage, IMessage

Constructors

DateRange()

Declaration
public DateRange()

DateRange(DateRange)

Declaration
public DateRange(Report.Types.DateRange other)
Parameters
Type Name Description
Report.Types.DateRange other

Properties

DateRangeTypeCase

Declaration
public Report.Types.DateRange.DateRangeTypeOneofCase DateRangeTypeCase { get; }
Property Value
Type Description
Report.Types.DateRange.DateRangeTypeOneofCase

Fixed

A fixed date range.

Declaration
public Report.Types.DateRange.Types.FixedDateRange Fixed { get; set; }
Property Value
Type Description
Report.Types.DateRange.Types.FixedDateRange

HasRelative

Gets whether the "relative" field is set

Declaration
public bool HasRelative { get; }
Property Value
Type Description
bool

Relative

A relative date range.

Declaration
public Report.Types.DateRange.Types.RelativeDateRange Relative { get; set; }
Property Value
Type Description
Report.Types.DateRange.Types.RelativeDateRange
In this article
Back to top Generated by DocFX