DateRange

public class DateRange : CustomStringConvertible, JSONRepresentable

Input arguments that can be provided for most reports.

  • Optional starting date (inclusive). If start_date is None or too long ago, this field will be set to 6 months ago.

    Declaration

    Swift

    public let startDate: Date?
  • Optional ending date (exclusive).

    Declaration

    Swift

    public let endDate: Date?
  • Declaration

    Swift

    public var description: String { get }