Struct google_games1::QuestContribution [] [src]

pub struct QuestContribution {
    pub formatted_value: Option<String>,
    pub kind: Option<String>,
    pub value: Option<String>,
}

This is a JSON template for a Quest Criterion Contribution resource.

This type is not used in any activity, and only used as part of another schema.

Fields

The formatted value of the contribution as a string. Format depends on the configuration for the associated event definition in the Play Games Developer Console.

Uniquely identifies the type of this resource. Value is always the fixed string games#questContribution.

The value of the contribution.

Trait Implementations

impl Debug for QuestContribution
[src]

Formats the value using the given formatter.

impl Clone for QuestContribution
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for QuestContribution
[src]

Returns the "default value" for a type. Read more

impl Part for QuestContribution
[src]