google_api_tool_results v0.23.3 GoogleApi.ToolResults.V1beta3.Model.FileReference View Source

A reference to a file.

Attributes

  • fileUri (type: String.t, default: nil) - The URI of a file stored in Google Cloud Storage.

    For example: http://storage.googleapis.com/mybucket/path/to/test.xml or in gsutil format: gs://mybucket/path/to/test.xml with version-specific info, gs://mybucket/path/to/test.xml#1360383693690000

    An INVALID_ARGUMENT error will be returned if the URI format is not supported.

    • In response: always set
    • In create/update request: always set

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.ToolResults.V1beta3.Model.FileReference{fileUri: String.t()}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.