Struct google_cloudresourcemanager1_beta1::Ancestor [] [src]

pub struct Ancestor {
    pub resource_id: Option<ResourceId>,
}

Identifying information for a single ancestor of a project.

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

Fields

Resource id of the ancestor.

Trait Implementations

impl Default for Ancestor
[src]

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

impl Clone for Ancestor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Ancestor
[src]

Formats the value using the given formatter.

impl Part for Ancestor
[src]