View Source GoogleApi.StorageTransfer.V1.Model.TransferManifest (google_api_storage_transfer v0.36.0)

Specifies where the manifest is located.

Attributes

  • location (type: String.t, default: nil) - Specifies the path to the manifest in Cloud Storage. The Google-managed service account for the transfer must have storage.objects.get permission for this object. An example path is gs://bucket_name/path/manifest.csv.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.StorageTransfer.V1.Model.TransferManifest{
  location: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.