pub struct GoogleCloudChannelV1Product {
pub marketing_info: Option<GoogleCloudChannelV1MarketingInfo>,
pub name: Option<String>,
}Expand description
A Product is the entity a customer uses when placing an order. For example, Google Workspace, Google Voice, etc.
This type is not used in any activity, and only used as part of another schema.
Fields§
§marketing_info: Option<GoogleCloudChannelV1MarketingInfo>Marketing information for the product.
name: Option<String>Resource Name of the Product. Format: products/{product_id}
Trait Implementations§
Source§impl Clone for GoogleCloudChannelV1Product
impl Clone for GoogleCloudChannelV1Product
Source§fn clone(&self) -> GoogleCloudChannelV1Product
fn clone(&self) -> GoogleCloudChannelV1Product
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 GoogleCloudChannelV1Product
impl Debug for GoogleCloudChannelV1Product
Source§impl Default for GoogleCloudChannelV1Product
impl Default for GoogleCloudChannelV1Product
Source§fn default() -> GoogleCloudChannelV1Product
fn default() -> GoogleCloudChannelV1Product
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudChannelV1Product
impl<'de> Deserialize<'de> for GoogleCloudChannelV1Product
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 GoogleCloudChannelV1Product
Auto Trait Implementations§
impl Freeze for GoogleCloudChannelV1Product
impl RefUnwindSafe for GoogleCloudChannelV1Product
impl Send for GoogleCloudChannelV1Product
impl Sync for GoogleCloudChannelV1Product
impl Unpin for GoogleCloudChannelV1Product
impl UnwindSafe for GoogleCloudChannelV1Product
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