GoogleApi.StorageTransfer.V1.Model.TransferManifest (google_api_storage_transfer v0.37.3)
View SourceSpecifies 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 havestorage.objects.get
permission for this object. An example path isgs://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 }