Picasso.Schema.Rendition (picasso v0.2.0)
Link to this section Summary
Link to this section Types
Specs
t() :: %Picasso.Schema.Rendition{
__meta__: term(),
content_type: String.t(),
filename: String.t(),
filter_spec: String.t(),
hash: String.t(),
height: integer(),
id: integer(),
inserted_at: term(),
original:
Picasso.Schema.Original.t()
| %Ecto.Association.NotLoaded{
__cardinality__: term(),
__field__: term(),
__owner__: term()
},
original_id: integer(),
size: integer(),
updated_at: term(),
width: integer()
}