livebook/proto/lib/livebook_proto/deployment_group_secret.pb.ex
2025-04-07 22:12:21 -03:00

7 lines
267 B
Elixir

defmodule LivebookProto.DeploymentGroupSecret do
use Protobuf, protoc_gen_elixir_version: "0.14.1", syntax: :proto3
field :name, 1, type: :string
field :value, 2, type: :string
field :deployment_group_id, 3, type: :string, json_name: "deploymentGroupId"
end