Struct google_testing1::ProvidedSoftwareCatalog[][src]

pub struct ProvidedSoftwareCatalog {
    pub orchestrator_version: Option<String>,
}

The currently provided software environment on the devices under test.

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

Fields

A string representing the current version of Android Test Orchestrator that is provided by TestExecutionService. Example: "1.0.2 beta"

Trait Implementations

impl Default for ProvidedSoftwareCatalog
[src]

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

impl Clone for ProvidedSoftwareCatalog
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProvidedSoftwareCatalog
[src]

Formats the value using the given formatter. Read more

impl Part for ProvidedSoftwareCatalog
[src]

Auto Trait Implementations