Supabase.Storage.Object (Supabase v0.2.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Supabase.Storage.Object{
  bucket_id: String.t(),
  created_at: String.t(),
  id: String.t(),
  last_accessed_at: String.t(),
  metadata: map(),
  name: String.t(),
  owner: String.t(),
  updated_at: String.t()
}

Link to this section Functions

Specs

new(map()) :: t()