pub struct GoogleCloudChannelV1RepricingCondition {
pub sku_group_condition: Option<GoogleCloudChannelV1SkuGroupCondition>,
}Expand description
Represents the various repricing conditions you can use for a conditional override.
This type is not used in any activity, and only used as part of another schema.
Fields§
§sku_group_condition: Option<GoogleCloudChannelV1SkuGroupCondition>SKU Group condition for override.
Trait Implementations§
Source§impl Clone for GoogleCloudChannelV1RepricingCondition
impl Clone for GoogleCloudChannelV1RepricingCondition
Source§fn clone(&self) -> GoogleCloudChannelV1RepricingCondition
fn clone(&self) -> GoogleCloudChannelV1RepricingCondition
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GoogleCloudChannelV1RepricingCondition
impl Default for GoogleCloudChannelV1RepricingCondition
Source§fn default() -> GoogleCloudChannelV1RepricingCondition
fn default() -> GoogleCloudChannelV1RepricingCondition
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudChannelV1RepricingCondition
impl<'de> Deserialize<'de> for GoogleCloudChannelV1RepricingCondition
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 GoogleCloudChannelV1RepricingCondition
Auto Trait Implementations§
impl Freeze for GoogleCloudChannelV1RepricingCondition
impl RefUnwindSafe for GoogleCloudChannelV1RepricingCondition
impl Send for GoogleCloudChannelV1RepricingCondition
impl Sync for GoogleCloudChannelV1RepricingCondition
impl Unpin for GoogleCloudChannelV1RepricingCondition
impl UnsafeUnpin for GoogleCloudChannelV1RepricingCondition
impl UnwindSafe for GoogleCloudChannelV1RepricingCondition
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