Struct google_games1::ImageAsset [] [src]

pub struct ImageAsset {
    pub url: Option<String>,
    pub width: Option<i32>,
    pub kind: Option<String>,
    pub name: Option<String>,
    pub height: Option<i32>,
}

This is a JSON template for an image asset object.

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

Fields

The URL of the asset.

The width of the asset.

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

The name of the asset.

The height of the asset.

Trait Implementations

impl Debug for ImageAsset
[src]

Formats the value using the given formatter.

impl Clone for ImageAsset
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ImageAsset
[src]

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

impl Part for ImageAsset
[src]