pub struct GoogleCloudChannelV1ConditionalOverride {
pub adjustment: Option<GoogleCloudChannelV1RepricingAdjustment>,
pub rebilling_basis: Option<String>,
pub repricing_condition: Option<GoogleCloudChannelV1RepricingCondition>,
}Expand description
Specifies the override to conditionally apply.
This type is not used in any activity, and only used as part of another schema.
Fields§
§adjustment: Option<GoogleCloudChannelV1RepricingAdjustment>Required. Information about the applied override’s adjustment.
rebilling_basis: Option<String>Required. The RebillingBasis to use for the applied override. Shows the relative cost based on your repricing costs.
repricing_condition: Option<GoogleCloudChannelV1RepricingCondition>Required. Specifies the condition which, if met, will apply the override.
Trait Implementations§
Source§impl Clone for GoogleCloudChannelV1ConditionalOverride
impl Clone for GoogleCloudChannelV1ConditionalOverride
Source§fn clone(&self) -> GoogleCloudChannelV1ConditionalOverride
fn clone(&self) -> GoogleCloudChannelV1ConditionalOverride
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 GoogleCloudChannelV1ConditionalOverride
impl Default for GoogleCloudChannelV1ConditionalOverride
Source§fn default() -> GoogleCloudChannelV1ConditionalOverride
fn default() -> GoogleCloudChannelV1ConditionalOverride
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudChannelV1ConditionalOverride
impl<'de> Deserialize<'de> for GoogleCloudChannelV1ConditionalOverride
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 GoogleCloudChannelV1ConditionalOverride
Auto Trait Implementations§
impl Freeze for GoogleCloudChannelV1ConditionalOverride
impl RefUnwindSafe for GoogleCloudChannelV1ConditionalOverride
impl Send for GoogleCloudChannelV1ConditionalOverride
impl Sync for GoogleCloudChannelV1ConditionalOverride
impl Unpin for GoogleCloudChannelV1ConditionalOverride
impl UnwindSafe for GoogleCloudChannelV1ConditionalOverride
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