Struct rusoto_devicefarm::RenewOfferingRequest[][src]

pub struct RenewOfferingRequest {
    pub offering_id: Option<String>,
    pub quantity: Option<i64>,
}

A request representing an offering renewal.

Fields

The ID of a request to renew an offering.

The quantity requested in an offering renewal.

Trait Implementations

impl Default for RenewOfferingRequest
[src]

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

impl Debug for RenewOfferingRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for RenewOfferingRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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