Struct google_clouddebugger2::ProjectRepoId[][src]

pub struct ProjectRepoId {
    pub project_id: Option<String>,
    pub repo_name: Option<String>,
}

Selects a repo using a Google Cloud Platform project ID (e.g. winged-cargo-31) and a repo name within that project.

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

Fields

The ID of the project.

The name of the repo. Leave empty for the default repo.

Trait Implementations

impl Default for ProjectRepoId
[src]

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

impl Clone for ProjectRepoId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProjectRepoId
[src]

Formats the value using the given formatter. Read more

impl Part for ProjectRepoId
[src]

Auto Trait Implementations