Struct google_androidpublisher2::Image[][src]

pub struct Image {
    pub url: Option<String>,
    pub sha1: Option<String>,
    pub id: Option<String>,
}

There is no detailed description.

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

Fields

A URL that will serve a preview of the image.

A sha1 hash of the image that was uploaded.

A unique id representing this image.

Trait Implementations

impl Default for Image
[src]

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

impl Clone for Image
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Image
[src]

Formats the value using the given formatter. Read more

impl Part for Image
[src]

Auto Trait Implementations

impl Send for Image

impl Sync for Image