pub struct GoogleCloudChannelV1SkuGroup {
pub display_name: Option<String>,
pub name: Option<String>,
}Expand description
Represents the SKU group information.
This type is not used in any activity, and only used as part of another schema.
Fields§
§display_name: Option<String>Unique human readable identifier for the SKU group.
name: Option<String>Resource name of SKU group. Format: accounts/{account}/skuGroups/{sku_group}. Example: “accounts/C01234/skuGroups/3d50fd57-3157-4577-a5a9-a219b8490041”.
Trait Implementations§
Source§impl Clone for GoogleCloudChannelV1SkuGroup
impl Clone for GoogleCloudChannelV1SkuGroup
Source§fn clone(&self) -> GoogleCloudChannelV1SkuGroup
fn clone(&self) -> GoogleCloudChannelV1SkuGroup
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 Debug for GoogleCloudChannelV1SkuGroup
impl Debug for GoogleCloudChannelV1SkuGroup
Source§impl Default for GoogleCloudChannelV1SkuGroup
impl Default for GoogleCloudChannelV1SkuGroup
Source§fn default() -> GoogleCloudChannelV1SkuGroup
fn default() -> GoogleCloudChannelV1SkuGroup
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudChannelV1SkuGroup
impl<'de> Deserialize<'de> for GoogleCloudChannelV1SkuGroup
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 GoogleCloudChannelV1SkuGroup
Auto Trait Implementations§
impl Freeze for GoogleCloudChannelV1SkuGroup
impl RefUnwindSafe for GoogleCloudChannelV1SkuGroup
impl Send for GoogleCloudChannelV1SkuGroup
impl Sync for GoogleCloudChannelV1SkuGroup
impl Unpin for GoogleCloudChannelV1SkuGroup
impl UnwindSafe for GoogleCloudChannelV1SkuGroup
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