google_api_games v0.0.1 GoogleApi.Games.V1.Model.Quest View Source
This is a JSON template for a Quest resource.
Attributes
- acceptedTimestampMillis (String): The timestamp at which the user accepted the quest in milliseconds since the epoch in UTC. Only present if the player has accepted the quest. Defaults to:
null. - applicationId (String): The ID of the application this quest is part of. Defaults to:
null. - bannerUrl (String): The banner image URL for the quest. Defaults to:
null. - description (String): The description of the quest. Defaults to:
null. - endTimestampMillis (String): The timestamp at which the quest ceases to be active in milliseconds since the epoch in UTC. Defaults to:
null. - iconUrl (String): The icon image URL for the quest. Defaults to:
null. - id (String): The ID of the quest. Defaults to:
null. - isDefaultBannerUrl (Boolean): Indicates whether the banner image being returned is a default image, or is game-provided. Defaults to:
null. - isDefaultIconUrl (Boolean): Indicates whether the icon image being returned is a default image, or is game-provided. Defaults to:
null. - kind (String): Uniquely identifies the type of this resource. Value is always the fixed string games#quest. Defaults to:
null. - lastUpdatedTimestampMillis (String): The timestamp at which the quest was last updated by the user in milliseconds since the epoch in UTC. Only present if the player has accepted the quest. Defaults to:
null. - milestones (List[QuestMilestone]): The quest milestones. Defaults to:
null. - name (String): The name of the quest. Defaults to:
null. - notifyTimestampMillis (String): The timestamp at which the user should be notified that the quest will end soon in milliseconds since the epoch in UTC. Defaults to:
null. - startTimestampMillis (String): The timestamp at which the quest becomes active in milliseconds since the epoch in UTC. Defaults to:
null. - state (String): The state of the quest. Possible values are: - "UPCOMING": The quest is upcoming. The user can see the quest, but cannot accept it until it is open. - "OPEN": The quest is currently open and may be accepted at this time. - "ACCEPTED": The user is currently participating in this quest. - "COMPLETED": The user has completed the quest. - "FAILED": The quest was attempted but was not completed before the deadline expired. - "EXPIRED": The quest has expired and was not accepted. - "DELETED": The quest should be deleted from the local database. Defaults to:
null.