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
models: Option<Vec<AndroidModel>>
The set of supported Android device models. @OutputOnly
runtime_configuration: Option<AndroidRuntimeConfiguration>
The set of supported runtime configurations. @OutputOnly
versions: Option<Vec<AndroidVersion>>
The set of supported Android OS versions. @OutputOnly
Trait Implementations
impl Default for AndroidDeviceCatalog[src]
fn default() -> AndroidDeviceCatalog[src]
Returns the "default value" for a type. Read more
impl Clone for AndroidDeviceCatalog[src]
fn clone(&self) -> AndroidDeviceCatalog[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more