public sealed class Projects : IMessage<Projects>, IEquatable<Projects>, IDeepCloneable<Projects>, IBufferMessage, IMessageReference documentation and code samples for the Developer Connect v1 API class Projects.
Projects represents the projects to track with the InsightsConfig.
Namespace
Google.Cloud.DeveloperConnect.V1Assembly
Google.Cloud.DeveloperConnect.V1.dll
Constructors
Projects()
public Projects()Projects(Projects)
public Projects(Projects other)| Parameter | |
|---|---|
| Name | Description |
other |
Projects |
Properties
ProjectIds
public RepeatedField<string> ProjectIds { get; }Optional. The project IDs. Format: {project}
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|