View Source ExRender.Deploy (ex_render v0.1.0)

Serialization model for Render service details of ExRender.Service

Summary

Types

@type t() :: %ExRender.Deploy{
  commit: ExRender.Commit.t(),
  created_at: String.t(),
  finished_at: String.t(),
  id: String.t(),
  status: String.t(),
  trigger: String.t(),
  updated_at: String.t()
}

Functions

Link to this function

new(map_or_kwlist, opts \\ [])

View Source
@spec new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %ExRender.Deploy{
  commit: term(),
  created_at: term(),
  finished_at: term(),
  id: term(),
  status: term(),
  trigger: term(),
  updated_at: term()
}