public sealed class FetchGitHubInstallationsResponse : IMessage<FetchGitHubInstallationsResponse>, IEquatable<FetchGitHubInstallationsResponse>, IDeepCloneable<FetchGitHubInstallationsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Developer Connect v1 API class FetchGitHubInstallationsResponse.
Response of fetching github installations.
Implements
IMessageFetchGitHubInstallationsResponse, IEquatableFetchGitHubInstallationsResponse, IDeepCloneableFetchGitHubInstallationsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.DeveloperConnect.V1Assembly
Google.Cloud.DeveloperConnect.V1.dll
Constructors
FetchGitHubInstallationsResponse()
public FetchGitHubInstallationsResponse()
FetchGitHubInstallationsResponse(FetchGitHubInstallationsResponse)
public FetchGitHubInstallationsResponse(FetchGitHubInstallationsResponse other)
Parameter | |
---|---|
Name | Description |
other |
FetchGitHubInstallationsResponse |
Properties
Installations
public RepeatedField<FetchGitHubInstallationsResponse.Types.Installation> Installations { get; }
List of installations available to the OAuth user (for github.com) or all the installations (for GitHub enterprise).
Property Value | |
---|---|
Type | Description |
RepeatedFieldFetchGitHubInstallationsResponseTypesInstallation |