PolarExpress.Schemas.ListResource_FileRead_ (polar_express v0.1.5)

Copy Markdown View Source

ListResource[FileRead]

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.ListResource_FileRead_{
  items:
    [
      PolarExpress.Schemas.DownloadableFileRead.t()
      | PolarExpress.Schemas.ProductMediaFileRead.t()
      | PolarExpress.Schemas.OrganizationAvatarFileRead.t()
    ]
    | nil,
  pagination: PolarExpress.Schemas.Pagination.t() | nil
}
  • items
  • pagination

Functions

schema_name()