Class Report.Types.DateRange
A date range for a report.
Inheritance
Report.Types.DateRange
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
DateRange(DateRange)
Declaration
public DateRange(Report.Types.DateRange other)
Parameters
Properties
DateRangeTypeCase
Declaration
public Report.Types.DateRange.DateRangeTypeOneofCase DateRangeTypeCase { get; }
Property Value
Fixed
Declaration
public Report.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 Report.Types.DateRange.Types.RelativeDateRange Relative { get; set; }
Property Value