Current section
Files
Jump to
Current section
Files
lib/elixir_lokalise_api/models/permission_template.ex
defmodule ElixirLokaliseApi.Model.PermissionTemplate do
@moduledoc false
defstruct id: nil,
role: nil,
permissions: [],
description: nil,
tag: nil,
tagColor: nil,
tagInfo: nil,
doesEnableAllReadOnlyLanguages: nil
end