[][src]Struct google_servicecontrol1::ResourceInfo

pub struct ResourceInfo {
    pub resource_container: Option<String>,
    pub resource_location: 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

resource_container: Option<String>

The identifier of the parent of this resource instance. Must be in one of the following formats:

  • “projects/
  • “folders/
  • “organizations/
resource_location: Option<String>

The location of the resource. If not empty, the resource will be checked against location policy. The value must be a valid zone, region or multiregion. For example: "europe-west4" or "northamerica-northeast1-a"

resource_name: Option<String>

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

Trait Implementations

impl Part for ResourceInfo[src]

impl Clone for ResourceInfo[src]

impl Default for ResourceInfo[src]

impl Debug for ResourceInfo[src]

impl Serialize for ResourceInfo[src]

impl<'de> Deserialize<'de> for ResourceInfo[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]