Current section
Files
Jump to
Current section
Files
lib/elixir_lokalise_api/models/screenshot.ex
defmodule ElixirLokaliseApi.Model.Screenshot do
@moduledoc false
defstruct screenshot_id: nil,
key_ids: [],
url: nil,
title: nil,
description: nil,
screenshot_tags: [],
width: nil,
height: nil,
created_at: nil,
created_at_timestamp: nil
end