defmodule Replicate.Deployments.Deployment do @moduledoc """ `Deployment` struct. """ defstruct [ :username, :name ] end