ENUM
DhrcScoreTimespan
Description
Timespan specifies a length of time.
link GraphQL Schema definition
- enum DhrcScoreTimespan {
- # The MONTH timespan represents a timespan of one month.
- # The THREE_DAYS timespan represents a timespan of three days.
- # The THREE_MONTH timespan represents a timespan of three months.
- # The TIMESPAN_UNSPECIFIED represents an unspecified timespan.
- # The WEEK timespan represents a timespan of one week.
- # The YEAR timespan represents a timespan of one year.
- }