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]

[src]

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

impl Debug for PurchaseOfferingRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PurchaseOfferingRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations