View Source GitHub.App.InstallationRequest (GitHub REST API Client v0.0.9)

Provides struct and type for IntegrationInstallationRequest

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.App.InstallationRequest{
  account: GitHub.Enterprise.t() | GitHub.User.simple(),
  created_at: String.t(),
  id: integer(),
  node_id: String.t() | nil,
  requester: GitHub.User.simple()
}