GoogleApi.Testing.V1.Model.FileReference (google_api_testing v0.34.0)
View SourceA reference to a file, used for user inputs.
Attributes
-
gcsPath
(type:String.t
, default:nil
) - A path to a file in Google Cloud Storage. Example: gs://build-app-1414623860166/app%40debug-unaligned.apk These paths are expected to be url encoded (percent encoding)
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Testing.V1.Model.FileReference{gcsPath: String.t() | nil}