ExStreamClient.Model.UpdateExternalStorageRequest (ExStreamClient v0.1.7)
View SourceSchema representing a UpdateExternalStorageRequest
Summary
Functions
Components could just be enums that are typed - so we need to decode those as enums as they will just be stings
Types
@type t() :: %ExStreamClient.Model.UpdateExternalStorageRequest{ aws_s3: ExStreamClient.Model.S3Request.t() | nil, azure_blob: ExStreamClient.Model.AzureRequest.t() | nil, bucket: String.t(), gcs_credentials: String.t() | nil, path: String.t() | nil, storage_type: :abs | :gcs | :s3 }