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

pub struct CustomerLicense {
    pub kind: String,
    pub state: String,
    pub application_id: String,
    pub editions: Vec<Editions>,
    pub id: String,
    pub customer_id: String,
}

Fields

kind: String

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

state: String

The customer’s license status. One of:

application_id: String

The ID of the application corresponding to this license query.

editions: Vec<Editions>

(Deprecated)

id: String

The ID of the customer license.

customer_id: String

The domain name of the customer.

Trait Implementations

impl Clone for CustomerLicense[src]

impl Debug for CustomerLicense[src]

impl Default for CustomerLicense[src]

impl Message for CustomerLicense[src]

impl PartialEq<CustomerLicense> for CustomerLicense[src]

impl StructuralPartialEq for CustomerLicense[src]

Auto Trait Implementations

impl RefUnwindSafe for CustomerLicense

impl Send for CustomerLicense

impl Sync for CustomerLicense

impl Unpin for CustomerLicense

impl UnwindSafe for CustomerLicense

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]