View Source GoogleApi.DeveloperConnect.V1.Model.FetchGitHubInstallationsResponse (google_api_developer_connect v0.5.0)
Response of fetching github installations.
Attributes
-
installations
(type:list(GoogleApi.DeveloperConnect.V1.Model.Installation.t)
, default:nil
) - List of installations available to the OAuth user (for github.com) or all the installations (for GitHub enterprise).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DeveloperConnect.V1.Model.FetchGitHubInstallationsResponse{ installations: [GoogleApi.DeveloperConnect.V1.Model.Installation.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.