Current section
Files
Jump to
Current section
Files
lib/elixir_lokalise_api/collections/files.ex
defmodule ElixirLokaliseApi.Collection.Files do
@moduledoc false
defstruct items: [],
project_id: nil,
total_count: nil,
page_count: nil,
per_page_limit: nil,
current_page: nil,
branch: nil
end