public sealed class FetchGitHubInstallationsResponse.Types.Installation : IMessage<FetchGitHubInstallationsResponse.Types.Installation>, IEquatable<FetchGitHubInstallationsResponse.Types.Installation>, IDeepCloneable<FetchGitHubInstallationsResponse.Types.Installation>, IBufferMessage, IMessage
Reference documentation and code samples for the Developer Connect v1 API class FetchGitHubInstallationsResponse.Types.Installation.
Represents an installation of the GitHub App.
Implements
IMessageFetchGitHubInstallationsResponseTypesInstallation, IEquatableFetchGitHubInstallationsResponseTypesInstallation, IDeepCloneableFetchGitHubInstallationsResponseTypesInstallation, IBufferMessage, IMessageNamespace
Google.Cloud.DeveloperConnect.V1Assembly
Google.Cloud.DeveloperConnect.V1.dll
Constructors
Installation()
public Installation()
Installation(Installation)
public Installation(FetchGitHubInstallationsResponse.Types.Installation other)
Parameter | |
---|---|
Name | Description |
other |
FetchGitHubInstallationsResponseTypesInstallation |
Properties
Id
public long Id { get; set; }
ID of the installation in GitHub.
Property Value | |
---|---|
Type | Description |
long |
Name
public string Name { get; set; }
Name of the GitHub user or organization that owns this installation.
Property Value | |
---|---|
Type | Description |
string |
Type
public string Type { get; set; }
Either "user" or "organization".
Property Value | |
---|---|
Type | Description |
string |