Struct google_gamesconfiguration1_configuration::ImageConfiguration [] [src]

pub struct ImageConfiguration {
    pub url: Option<String>,
    pub resource_id: Option<String>,
    pub kind: Option<String>,
    pub image_type: Option<String>,
}

This is a JSON template for an image configuration resource.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The url for this image.

The resource ID of resource which the image belongs to.

Uniquely identifies the type of this resource. Value is always the fixed string gamesConfiguration#imageConfiguration.

The image type for the image.

Trait Implementations

impl Debug for ImageConfiguration
[src]

Formats the value using the given formatter.

impl Clone for ImageConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ImageConfiguration
[src]

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

impl Resource for ImageConfiguration
[src]

impl ResponseResult for ImageConfiguration
[src]