Class FetchGitHubInstallationsResponse (0.1.0)

FetchGitHubInstallationsResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response of fetching github installations.

Attribute

Name Description
installations MutableSequence[google.cloud.developerconnect_v1.types.FetchGitHubInstallationsResponse.Installation]
List of installations available to the OAuth user (for github.com) or all the installations (for GitHub enterprise).

Classes

Installation

Installation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents an installation of the GitHub App.