Struct google_testing1::AndroidDevice [−][src]
pub struct AndroidDevice {
pub locale: Option<String>,
pub android_version_id: Option<String>,
pub android_model_id: Option<String>,
pub orientation: Option<String>,
}A single Android device.
This type is not used in any activity, and only used as part of another schema.
Fields
locale: Option<String>
The locale the test device used for testing. Use the EnvironmentDiscoveryService to get supported options. Required
android_version_id: Option<String>
The id of the Android OS version to be used. Use the EnvironmentDiscoveryService to get supported options. Required
android_model_id: Option<String>
The id of the Android device to be used. Use the EnvironmentDiscoveryService to get supported options. Required
orientation: Option<String>
How the device is oriented during the test. Use the EnvironmentDiscoveryService to get supported options. Required
Trait Implementations
impl Default for AndroidDevice[src]
impl Default for AndroidDevicefn default() -> AndroidDevice[src]
fn default() -> AndroidDeviceReturns the "default value" for a type. Read more
impl Clone for AndroidDevice[src]
impl Clone for AndroidDevicefn clone(&self) -> AndroidDevice[src]
fn clone(&self) -> AndroidDeviceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for AndroidDevice[src]
impl Debug for AndroidDevicefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for AndroidDevice[src]
impl Part for AndroidDeviceAuto Trait Implementations
impl Send for AndroidDevice
impl Send for AndroidDeviceimpl Sync for AndroidDevice
impl Sync for AndroidDevice