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

pub struct LicenseNotification {
    pub id: String,
    pub application_id: String,
    pub timestamp: i64,
    pub customer_id: String,
    pub kind: String,
    pub provisions: Vec<Provisions>,
    pub expiries: Vec<Expiries>,
    pub reassignments: Vec<Reassignments>,
    pub deletes: Vec<Deletes>,
}

Fields

id: String

The ID of the license notification.

application_id: String

The ID of the application according to this notification.

timestamp: i64

The time the event occurred, measuring in milliseconds since the UNIX epoch.

customer_id: String

The domain name of the customer corresponding to this notification.

kind: String

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

provisions: Vec<Provisions>

The list of provisioning notifications.

expiries: Vec<Expiries>

The list of expiry notifications.

reassignments: Vec<Reassignments>

The list of reassignment notifications.

deletes: Vec<Deletes>

The list of deletion notifications.

Trait Implementations

impl Clone for LicenseNotification[src]

impl Debug for LicenseNotification[src]

impl Default for LicenseNotification[src]

impl Message for LicenseNotification[src]

impl PartialEq<LicenseNotification> for LicenseNotification[src]

impl StructuralPartialEq for LicenseNotification[src]

Auto Trait Implementations

impl RefUnwindSafe for LicenseNotification

impl Send for LicenseNotification

impl Sync for LicenseNotification

impl Unpin for LicenseNotification

impl UnwindSafe for LicenseNotification

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]