Developer Connect v1 API - Class FetchGitHubInstallationsRequest (1.0.0-beta02)

public sealed class FetchGitHubInstallationsRequest : IMessage<FetchGitHubInstallationsRequest>, IEquatable<FetchGitHubInstallationsRequest>, IDeepCloneable<FetchGitHubInstallationsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Developer Connect v1 API class FetchGitHubInstallationsRequest.

Request for fetching github installations.

Inheritance

object > FetchGitHubInstallationsRequest

Namespace

Google.Cloud.DeveloperConnect.V1

Assembly

Google.Cloud.DeveloperConnect.V1.dll

Constructors

FetchGitHubInstallationsRequest()

public FetchGitHubInstallationsRequest()

FetchGitHubInstallationsRequest(FetchGitHubInstallationsRequest)

public FetchGitHubInstallationsRequest(FetchGitHubInstallationsRequest other)
Parameter
Name Description
other FetchGitHubInstallationsRequest

Properties

Connection

public string Connection { get; set; }

Required. The resource name of the connection in the format projects/*/locations/*/connections/*.

Property Value
Type Description
string

ConnectionAsConnectionName

public ConnectionName ConnectionAsConnectionName { get; set; }

ConnectionName-typed view over the Connection resource name property.

Property Value
Type Description
ConnectionName