resetScoreTimeSpans property

List<String>? resetScoreTimeSpans
getter/setter pair

The time spans of the updated score.

Possible values are: - "ALL_TIME" - The score is an all-time score. - "WEEKLY" - The score is a weekly score. - "DAILY" - The score is a daily score.

Implementation

core.List<core.String>? resetScoreTimeSpans;