Struct gapi_grpc::google::cloud::accessapproval::v1::AccessLocations[][src]

pub struct AccessLocations {
    pub principal_office_country: String,
    pub principal_physical_location_country: String,
}

Home office and physical location of the principal.

Fields

principal_office_country: String

The “home office” location of the principal. A two-letter country code (ISO 3166-1 alpha-2), such as “US”, “DE” or “GB” or a region code. In some limited situations Google systems may refer refer to a region code instead of a country code. Possible Region Codes:

principal_physical_location_country: String

Physical location of the principal at the time of the access. A two-letter country code (ISO 3166-1 alpha-2), such as “US”, “DE” or “GB” or a region code. In some limited situations Google systems may refer refer to a region code instead of a country code. Possible Region Codes:

Trait Implementations

impl Clone for AccessLocations[src]

impl Debug for AccessLocations[src]

impl Default for AccessLocations[src]

impl Message for AccessLocations[src]

impl PartialEq<AccessLocations> for AccessLocations[src]

impl StructuralPartialEq for AccessLocations[src]

Auto Trait Implementations

impl RefUnwindSafe for AccessLocations

impl Send for AccessLocations

impl Sync for AccessLocations

impl Unpin for AccessLocations

impl UnwindSafe for AccessLocations

Blanket Implementations

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

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

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

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> IntoRequest<T> for 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 = Infallible

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<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]