Struct rusoto_devicefarm::Offering [] [src]

pub struct Offering {
    pub description: Option<Message>,
    pub id: Option<OfferingIdentifier>,
    pub platform: Option<DevicePlatform>,
    pub recurring_charges: Option<RecurringCharges>,
    pub type_: Option<OfferingType>,
}

Represents the metadata of a device offering.

Fields

A string describing the offering.

The ID that corresponds to a device offering.

The platform of the device (e.g., ANDROID or IOS).

Specifies whether there are recurring charges for the offering.

The type of offering (e.g., "RECURRING") for a device.

Trait Implementations

impl Default for Offering
[src]

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

impl Debug for Offering
[src]

Formats the value using the given formatter.

impl Clone for Offering
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more