View Source GoogleApi.DeveloperConnect.V1.Model.Installation (google_api_developer_connect v0.5.0)

Represents an installation of the GitHub App.

Attributes

  • id (type: String.t, default: nil) - ID of the installation in GitHub.
  • name (type: String.t, default: nil) - Name of the GitHub user or organization that owns this installation.
  • type (type: String.t, default: nil) - Either "user" or "organization".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DeveloperConnect.V1.Model.Installation{
  id: String.t() | nil,
  name: String.t() | nil,
  type: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.