Class: TrophyApiClient::UpdateLeaderboardRequestItemStatus

Inherits:
Object
  • Object
show all
Defined in:
lib/trophy_api_client/types/update_leaderboard_request_item_status.rb

Overview

The target user-facing status. ‘scheduled` activates a leaderboard whose start

date is in the future. `finished` behaves like the dashboard finish action.

Constant Summary collapse

INACTIVE =
"inactive"
ACTIVE =
"active"
SCHEDULED =
"scheduled"
FINISHED =
"finished"