Current section

Files

Jump to
flyte lib flyteidl2 task environment.pb.ex
Raw

lib/flyteidl2/task/environment.pb.ex

defmodule Flyteidl2.Task.Environment do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field :name, 1, type: :string, deprecated: false
field :description, 2, type: :string, deprecated: false
end