Struct rusoto_devicefarm::PurchaseOfferingRequest[][src]

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 Default for PurchaseOfferingRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for PurchaseOfferingRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for PurchaseOfferingRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PurchaseOfferingRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations