GoogleApi.CloudAsset.V1.Model.GoogleCloudAssetV1GcsDestination (google_api_cloud_asset v0.17.0) View Source

A Cloud Storage location.

Attributes

  • uri (type: String.t, default: nil) - Required. The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: "gs://bucket_name/object_name". See [Quickstart: Using the gsutil tool] (https://cloud.google.com/storage/docs/quickstart-gsutil) for examples.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudAsset.V1.Model.GoogleCloudAssetV1GcsDestination{
  uri: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.