Struct google_testing1::AndroidDeviceCatalog[][src]

pub struct AndroidDeviceCatalog {
    pub models: Option<Vec<AndroidModel>>,
    pub runtime_configuration: Option<AndroidRuntimeConfiguration>,
    pub versions: Option<Vec<AndroidVersion>>,
}

The currently supported Android devices.

This type is not used in any activity, and only used as part of another schema.

Fields

The set of supported Android device models. @OutputOnly

The set of supported runtime configurations. @OutputOnly

The set of supported Android OS versions. @OutputOnly

Trait Implementations

impl Default for AndroidDeviceCatalog
[src]

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

impl Clone for AndroidDeviceCatalog
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AndroidDeviceCatalog
[src]

Formats the value using the given formatter. Read more

impl Part for AndroidDeviceCatalog
[src]

Auto Trait Implementations