View Source GoogleApi.Testing.V1.Model.FileReference (google_api_testing v0.33.0)

A 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}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.