Struct gapi_grpc::ccc::hosted::marketplace::v2::UserLicense[][src]

pub struct UserLicense {
    pub kind: String,
    pub enabled: bool,
    pub state: String,
    pub edition_id: String,
    pub customer_id: String,
    pub application_id: String,
    pub id: String,
    pub user_id: String,
}

Fields

kind: String

The type of API resource. This is always appsmarket#userLicense.

enabled: bool

The domain administrator has activated the application for this domain.

state: String

The user’s licensing status. One of:

edition_id: String

(Deprecated)

customer_id: String

The domain name of the user.

application_id: String

The ID of the application corresponding to the license query.

id: String

The ID of user license.

user_id: String

The email address of the user.

Trait Implementations

impl Clone for UserLicense[src]

impl Debug for UserLicense[src]

impl Default for UserLicense[src]

impl Message for UserLicense[src]

impl PartialEq<UserLicense> for UserLicense[src]

impl StructuralPartialEq for UserLicense[src]

Auto Trait Implementations

impl RefUnwindSafe for UserLicense

impl Send for UserLicense

impl Sync for UserLicense

impl Unpin for UserLicense

impl UnwindSafe for UserLicense

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]