Struct google_appengine1_beta4::SourceReference [] [src]

pub struct SourceReference {
    pub revision_id: Option<String>,
    pub repository: Option<String>,
}

Reference to a particular snapshot of the source tree used to build and deploy the application.

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

Fields

The canonical, persistent identifier of the deployed revision. Aliases that include tags or branch names are not allowed. Example (git): "2198322f89e0bb2e25021667c2ed489d1fd34e6b"

URI string identifying the repository. Example: "https://source.developers.google.com/p/app-123/r/default"

Trait Implementations

impl Debug for SourceReference
[src]

Formats the value using the given formatter.

impl Clone for SourceReference
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for SourceReference
[src]

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

impl Part for SourceReference
[src]