GoogleApi.Testing.V1.Model.FileReference (google_api_testing v0.34.0)

View Source

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

t()

@type t() :: %GoogleApi.Testing.V1.Model.FileReference{gcsPath: String.t() | nil}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.