View Source GoogleApi.AlloyDB.V1.Model.GcsDestination (google_api_alloy_db v0.15.0)
Destination for Export. Export will be done to cloud storage.
Attributes
-
uri
(type:String.t
, default:nil
) - Required. The path to the file in Google Cloud Storage where the export will be stored. The URI is in the formgs://bucketName/fileName
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AlloyDB.V1.Model.GcsDestination{uri: String.t() | nil}