Parameters for files list files.
Summary
Types
@type t() :: %PolarExpress.Params.FilesListFilesParams{ ids: map() | nil, limit: integer() | nil, organization_id: map() | nil, page: integer() | nil }
ids- Filter by file ID.limit- Size of a page, defaults to 10. Maximum is 100.organization_id- Filter by organization ID.page- Page number, defaults to 1.