Struct google_clouddebugger2::GitSourceContext [] [src]

pub struct GitSourceContext {
    pub url: Option<String>,
    pub revision_id: Option<String>,
}

A GitSourceContext denotes a particular revision in a third party Git repository (e.g. GitHub).

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

Fields

Git repository URL.

Git commit hash. required.

Trait Implementations

impl Default for GitSourceContext
[src]

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

impl Clone for GitSourceContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GitSourceContext
[src]

Formats the value using the given formatter.

impl Part for GitSourceContext
[src]