google_api_games v0.0.1 GoogleApi.Games.V1.Model.QuestMilestone View Source

This is a JSON template for a Quest Milestone resource.

Attributes

  • completionRewardData (String): The completion reward data of the milestone, represented as a Base64-encoded string. This is a developer-specified binary blob with size between 0 and 2 KB before encoding. Defaults to: null.
  • criteria (List[QuestCriterion]): The criteria of the milestone. Defaults to: null.
  • id (String): The milestone ID. Defaults to: null.
  • kind (String): Uniquely identifies the type of this resource. Value is always the fixed string games#questMilestone. Defaults to: null.
  • state (String): The current state of the milestone. Possible values are: - "COMPLETED_NOT_CLAIMED" - The milestone is complete, but has not yet been claimed. - "CLAIMED" - The milestone is complete and has been claimed. - "NOT_COMPLETED" - The milestone has not yet been completed. - "NOT_STARTED" - The milestone is for a quest that has not yet been accepted. Defaults to: null.