Developer Connect v1 API - Class Projects (1.0.0-beta04)

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

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

Projects represents the projects to track with the InsightsConfig.

Inheritance

object > Projects

Namespace

Google.Cloud.DeveloperConnect.V1

Assembly

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