Class ReportDefinition.Types.DateRange
A date range for a report.
Inheritance
ReportDefinition.Types.DateRange
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class ReportDefinition.Types.DateRange : IMessage<ReportDefinition.Types.DateRange>, IEquatable<ReportDefinition.Types.DateRange>, IDeepCloneable<ReportDefinition.Types.DateRange>, IBufferMessage, IMessage
Constructors
DateRange()
Declaration
DateRange(DateRange)
Declaration
public DateRange(ReportDefinition.Types.DateRange other)
Parameters
Properties
DateRangeTypeCase
Declaration
public ReportDefinition.Types.DateRange.DateRangeTypeOneofCase DateRangeTypeCase { get; }
Property Value
Fixed
Declaration
public ReportDefinition.Types.DateRange.Types.FixedDateRange Fixed { get; set; }
Property Value
HasRelative
Gets whether the "relative" field is set
Declaration
public bool HasRelative { get; }
Property Value
Relative
Declaration
public ReportDefinition.Types.DateRange.Types.RelativeDateRange Relative { get; set; }
Property Value