Struct gapi_grpc::google::cloud::channel::v1::CloudIdentityCustomerAccount[][src]

pub struct CloudIdentityCustomerAccount {
    pub existing: bool,
    pub owned: bool,
    pub customer_name: String,
    pub customer_cloud_identity_id: String,
}

Entity representing a Cloud Identity account that may be associated with a Channel Services API partner.

Fields

existing: bool

Returns true if a Cloud Identity account exists for a specific domain.

owned: bool

Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner.

customer_name: String

If owned = true, the name of the customer that owns the Cloud Identity account. Customer_name uses the format: accounts/{account_id}/customers/{customer_id}

customer_cloud_identity_id: String

If existing = true, the Cloud Identity ID of the customer.

Trait Implementations

impl Clone for CloudIdentityCustomerAccount[src]

impl Debug for CloudIdentityCustomerAccount[src]

impl Default for CloudIdentityCustomerAccount[src]

impl Message for CloudIdentityCustomerAccount[src]

impl PartialEq<CloudIdentityCustomerAccount> for CloudIdentityCustomerAccount[src]

impl StructuralPartialEq for CloudIdentityCustomerAccount[src]

Auto Trait Implementations

impl RefUnwindSafe for CloudIdentityCustomerAccount

impl Send for CloudIdentityCustomerAccount

impl Sync for CloudIdentityCustomerAccount

impl Unpin for CloudIdentityCustomerAccount

impl UnwindSafe for CloudIdentityCustomerAccount

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]