Struct google_appengine1::ContainerInfo [] [src]

pub struct ContainerInfo {
    pub image: Option<String>,
}

Docker image that is used to start a VM container for the version you deploy.

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

Fields

URI to the hosted container image in a Docker repository. The URI must be fully qualified and include a tag or digest. Examples: "gcr.io/my-project/image:tag" or "gcr.io/my-project/image@digest"

Trait Implementations

impl Debug for ContainerInfo
[src]

Formats the value using the given formatter.

impl Clone for ContainerInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ContainerInfo
[src]

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

impl Part for ContainerInfo
[src]