Struct rusoto_devicefarm::Offering[][src]

pub struct Offering {
    pub description: Option<String>,
    pub id: Option<String>,
    pub platform: Option<String>,
    pub recurring_charges: Option<Vec<RecurringCharge>>,
    pub type_: Option<String>,
}

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. Read more

impl Clone for Offering
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Offering
[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

impl Send for Offering

impl Sync for Offering