pub struct GoogleCloudChannelV1BillableSku {
pub service: Option<String>,
pub service_display_name: Option<String>,
pub sku: Option<String>,
pub sku_display_name: Option<String>,
}Expand description
Represents the Billable SKU information.
This type is not used in any activity, and only used as part of another schema.
Fields§
§service: Option<String>Resource name of Service which contains Repricing SKU. Format: services/{service}. Example: “services/B7D9-FDCB-15D8”.
service_display_name: Option<String>Unique human readable name for the Service.
sku: Option<String>Resource name of Billable SKU. Format: billableSkus/{sku}. Example: billableSkus/6E1B-6634-470F“.
sku_display_name: Option<String>Unique human readable name for the SKU.
Trait Implementations§
Source§impl Clone for GoogleCloudChannelV1BillableSku
impl Clone for GoogleCloudChannelV1BillableSku
Source§fn clone(&self) -> GoogleCloudChannelV1BillableSku
fn clone(&self) -> GoogleCloudChannelV1BillableSku
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 GoogleCloudChannelV1BillableSku
impl Default for GoogleCloudChannelV1BillableSku
Source§fn default() -> GoogleCloudChannelV1BillableSku
fn default() -> GoogleCloudChannelV1BillableSku
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudChannelV1BillableSku
impl<'de> Deserialize<'de> for GoogleCloudChannelV1BillableSku
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 GoogleCloudChannelV1BillableSku
Auto Trait Implementations§
impl Freeze for GoogleCloudChannelV1BillableSku
impl RefUnwindSafe for GoogleCloudChannelV1BillableSku
impl Send for GoogleCloudChannelV1BillableSku
impl Sync for GoogleCloudChannelV1BillableSku
impl Unpin for GoogleCloudChannelV1BillableSku
impl UnwindSafe for GoogleCloudChannelV1BillableSku
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