[][src]Struct rusoto_devicefarm::PurchaseOfferingRequest

pub struct PurchaseOfferingRequest {
    pub offering_id: Option<String>,
    pub offering_promotion_id: Option<String>,
    pub quantity: Option<i64>,
}

Represents a request for a purchase offering.

Fields

The ID of the offering.

The ID of the offering promotion to be applied to the purchase.

The number of device slots you wish to purchase in an offering request.

Trait Implementations

impl PartialEq<PurchaseOfferingRequest> for PurchaseOfferingRequest
[src]

impl Default for PurchaseOfferingRequest
[src]

impl Clone for PurchaseOfferingRequest
[src]

Performs copy-assignment from source. Read more

impl Debug for PurchaseOfferingRequest
[src]

impl Serialize for PurchaseOfferingRequest
[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

Should always be Self

impl<T> Erased for T