View Source CFSync.Asset (CFSync v0.16.1)

The Asset struct holds data from Contentful assets. It's provided as is and is not configurable, so if you need more fields than those currently mapped, feel free to send a PR.

Link to this section Summary

Link to this section Types

@type t() :: %CFSync.Asset{
  content_type: binary(),
  description: binary(),
  file_name: binary(),
  height: integer(),
  id: binary(),
  locale: atom(),
  size: integer(),
  space_id: binary(),
  store: CFSync.store(),
  title: binary(),
  url: binary(),
  width: integer()
}