Struct rusoto_devicefarm::OfferingStatus[][src]

pub struct OfferingStatus {
    pub effective_on: Option<f64>,
    pub offering: Option<Offering>,
    pub quantity: Option<i64>,
    pub type_: Option<String>,
}

The status of the offering.

Fields

The date on which the offering is effective.

Represents the metadata of an offering status.

The number of available devices in the offering.

The type specified for the offering status.

Trait Implementations

impl Default for OfferingStatus
[src]

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

impl Debug for OfferingStatus
[src]

Formats the value using the given formatter. Read more

impl Clone for OfferingStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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