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

pub struct ProvisionedService {
    pub provisioning_id: String,
    pub product_id: String,
    pub sku_id: String,
}

Service provisioned for an entitlement.

Fields

provisioning_id: String

Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the underlying Subscription ID.

product_id: String

Output only. The product pertaining to the provisioning resource as specified in the Offer.

sku_id: String

Output only. The SKU pertaining to the provisioning resource as specified in the Offer.

Trait Implementations

impl Clone for ProvisionedService[src]

impl Debug for ProvisionedService[src]

impl Default for ProvisionedService[src]

impl Message for ProvisionedService[src]

impl PartialEq<ProvisionedService> for ProvisionedService[src]

impl StructuralPartialEq for ProvisionedService[src]

Auto Trait Implementations

impl RefUnwindSafe for ProvisionedService

impl Send for ProvisionedService

impl Sync for ProvisionedService

impl Unpin for ProvisionedService

impl UnwindSafe for ProvisionedService

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]