Developer Connect v1 API - Class FetchGitHubInstallationsResponse (1.0.0-beta01)

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.

Inheritance

object > FetchGitHubInstallationsResponse

Namespace

Google.Cloud.DeveloperConnect.V1

Assembly

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