ExStreamClient.Model.ExternalStorageResponse (ExStreamClient v0.1.7)

View Source

Schema representing a ExternalStorageResponse

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

t()

@type t() :: %ExStreamClient.Model.ExternalStorageResponse{
  bucket: String.t(),
  name: String.t(),
  path: String.t(),
  type: :abs | :gcs | :s3
}

Functions

decode(map)

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

nested_components()