ENUM

DhrcScoreTimespan

Description

Timespan specifies a length of time.

link GraphQL Schema definition

  • enum DhrcScoreTimespan {
  • # The MONTH timespan represents a timespan of one month.
  • MONTH
  • # The THREE_DAYS timespan represents a timespan of three days.
  • THREE_DAYS
  • # The THREE_MONTH timespan represents a timespan of three months.
  • THREE_MONTHS
  • # The TIMESPAN_UNSPECIFIED represents an unspecified timespan.
  • TIMESPAN_UNSPECIFIED
  • # The WEEK timespan represents a timespan of one week.
  • WEEK
  • # The YEAR timespan represents a timespan of one year.
  • YEAR
  • }

link Require by