View Source GitHub.Pages.Deployment (GitHub REST API Client v0.1.1)

Provides struct and type for a Pages.Deployment

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Pages.Deployment{
  __info__: map(),
  page_url: String.t(),
  preview_url: String.t() | nil,
  status_url: String.t()
}