Struct google_games1::ApplicationCategory [] [src]

pub struct ApplicationCategory {
    pub kind: Option<String>,
    pub primary: Option<String>,
    pub secondary: Option<String>,
}

This is a JSON template for an application category object.

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

Fields

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

The primary category.

The secondary category.

Trait Implementations

impl Debug for ApplicationCategory
[src]

Formats the value using the given formatter.

impl Clone for ApplicationCategory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ApplicationCategory
[src]

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

impl Part for ApplicationCategory
[src]