pub struct GoogleCloudChannelV1TransferableSku {
pub legacy_sku: Option<GoogleCloudChannelV1Sku>,
pub sku: Option<GoogleCloudChannelV1Sku>,
pub transfer_eligibility: Option<GoogleCloudChannelV1TransferEligibility>,
}Expand description
TransferableSku represents information a reseller needs to view existing provisioned services for a customer that they do not own. Read-only.
This type is not used in any activity, and only used as part of another schema.
Fields§
§legacy_sku: Option<GoogleCloudChannelV1Sku>Optional. The customer to transfer has an entitlement with the populated legacy SKU.
sku: Option<GoogleCloudChannelV1Sku>The SKU pertaining to the provisioning resource as specified in the Offer.
transfer_eligibility: Option<GoogleCloudChannelV1TransferEligibility>Describes the transfer eligibility of a SKU.
Trait Implementations§
Source§impl Clone for GoogleCloudChannelV1TransferableSku
impl Clone for GoogleCloudChannelV1TransferableSku
Source§fn clone(&self) -> GoogleCloudChannelV1TransferableSku
fn clone(&self) -> GoogleCloudChannelV1TransferableSku
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 GoogleCloudChannelV1TransferableSku
impl Default for GoogleCloudChannelV1TransferableSku
Source§fn default() -> GoogleCloudChannelV1TransferableSku
fn default() -> GoogleCloudChannelV1TransferableSku
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudChannelV1TransferableSku
impl<'de> Deserialize<'de> for GoogleCloudChannelV1TransferableSku
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 GoogleCloudChannelV1TransferableSku
Auto Trait Implementations§
impl Freeze for GoogleCloudChannelV1TransferableSku
impl RefUnwindSafe for GoogleCloudChannelV1TransferableSku
impl Send for GoogleCloudChannelV1TransferableSku
impl Sync for GoogleCloudChannelV1TransferableSku
impl Unpin for GoogleCloudChannelV1TransferableSku
impl UnwindSafe for GoogleCloudChannelV1TransferableSku
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