pub struct GoogleCloudChannelV1SkuPurchaseGroup {
pub billing_account_purchase_infos: Option<Vec<GoogleCloudChannelV1BillingAccountPurchaseInfo>>,
pub skus: Option<Vec<String>>,
}Expand description
Represents a set of SKUs that must be purchased using the same billing account.
This type is not used in any activity, and only used as part of another schema.
Fields§
§billing_account_purchase_infos: Option<Vec<GoogleCloudChannelV1BillingAccountPurchaseInfo>>List of billing accounts that are eligible to purhcase these SKUs.
skus: Option<Vec<String>>Resource names of the SKUs included in this group. Format: products/{product_id}/skus/{sku_id}.
Trait Implementations§
Source§impl Clone for GoogleCloudChannelV1SkuPurchaseGroup
impl Clone for GoogleCloudChannelV1SkuPurchaseGroup
Source§fn clone(&self) -> GoogleCloudChannelV1SkuPurchaseGroup
fn clone(&self) -> GoogleCloudChannelV1SkuPurchaseGroup
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleCloudChannelV1SkuPurchaseGroup
impl Default for GoogleCloudChannelV1SkuPurchaseGroup
Source§fn default() -> GoogleCloudChannelV1SkuPurchaseGroup
fn default() -> GoogleCloudChannelV1SkuPurchaseGroup
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudChannelV1SkuPurchaseGroup
impl<'de> Deserialize<'de> for GoogleCloudChannelV1SkuPurchaseGroup
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GoogleCloudChannelV1SkuPurchaseGroup
Auto Trait Implementations§
impl Freeze for GoogleCloudChannelV1SkuPurchaseGroup
impl RefUnwindSafe for GoogleCloudChannelV1SkuPurchaseGroup
impl Send for GoogleCloudChannelV1SkuPurchaseGroup
impl Sync for GoogleCloudChannelV1SkuPurchaseGroup
impl Unpin for GoogleCloudChannelV1SkuPurchaseGroup
impl UnwindSafe for GoogleCloudChannelV1SkuPurchaseGroup
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more