Struct google_manufacturers1::Image[][src]

pub struct Image {
    pub status: Option<String>,
    pub image_url: Option<String>,
    pub type_: Option<String>,
}

An image.

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

Fields

The status of the image. @OutputOnly

The URL of the image. For crawled images, this is the provided URL. For uploaded images, this is a serving URL from Google if the image has been processed successfully.

The type of the image, i.e., crawled or uploaded. @OutputOnly

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