Struct google_testing1::api::IosDeviceFile [−][src]
pub struct IosDeviceFile {
pub bundle_id: Option<String>,
pub content: Option<FileReference>,
pub device_path: Option<String>,
}Expand description
A file or directory to install on the device before the test starts.
This type is not used in any activity, and only used as part of another schema.
Fields
bundle_id: Option<String>The bundle id of the app where this file lives. iOS apps sandbox their own filesystem, so app files must specify which app installed on the device.
content: Option<FileReference>The source file
device_path: Option<String>Location of the file on the device, inside the app’s sandboxed filesystem
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for IosDeviceFile
impl Send for IosDeviceFile
impl Sync for IosDeviceFile
impl Unpin for IosDeviceFile
impl UnwindSafe for IosDeviceFile
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more