pub struct GoogleCloudChannelV1TransferableOffer {
pub offer: Option<GoogleCloudChannelV1Offer>,
pub price_reference_id: Option<String>,
}Expand description
TransferableOffer represents an Offer that can be used in Transfer. Read-only.
This type is not used in any activity, and only used as part of another schema.
Fields§
§offer: Option<GoogleCloudChannelV1Offer>Offer with parameter constraints updated to allow the Transfer.
price_reference_id: Option<String>Optional. Price reference ID for the offer. Only for offers that require additional price information. Used to guarantee that the pricing is consistent between quoting the offer and placing the order.
Trait Implementations§
Source§impl Clone for GoogleCloudChannelV1TransferableOffer
impl Clone for GoogleCloudChannelV1TransferableOffer
Source§fn clone(&self) -> GoogleCloudChannelV1TransferableOffer
fn clone(&self) -> GoogleCloudChannelV1TransferableOffer
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 GoogleCloudChannelV1TransferableOffer
impl Default for GoogleCloudChannelV1TransferableOffer
Source§fn default() -> GoogleCloudChannelV1TransferableOffer
fn default() -> GoogleCloudChannelV1TransferableOffer
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudChannelV1TransferableOffer
impl<'de> Deserialize<'de> for GoogleCloudChannelV1TransferableOffer
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 GoogleCloudChannelV1TransferableOffer
Auto Trait Implementations§
impl Freeze for GoogleCloudChannelV1TransferableOffer
impl RefUnwindSafe for GoogleCloudChannelV1TransferableOffer
impl Send for GoogleCloudChannelV1TransferableOffer
impl Sync for GoogleCloudChannelV1TransferableOffer
impl Unpin for GoogleCloudChannelV1TransferableOffer
impl UnwindSafe for GoogleCloudChannelV1TransferableOffer
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