Struct google_servicecontrol1::ResourceInfo[][src]

pub struct ResourceInfo {
    pub resource_container: Option<String>,
    pub resource_name: Option<String>,
}

Describes a resource associated with this operation.

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

Fields

The identifier of the parent of this resource instance. Must be in one of the following formats: - “projects/<project-id or project-number>” - “folders/<folder-id>” - “organizations/<organization-id>”

Name of the resource. This is used for auditing purposes.

Trait Implementations

impl Default for ResourceInfo
[src]

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

impl Clone for ResourceInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ResourceInfo
[src]

Formats the value using the given formatter. Read more

impl Part for ResourceInfo
[src]

Auto Trait Implementations