Class ProjectSubscriptions
Config to enable subscribing to all events from a list of projects.
Implements
Inherited Members
Namespace: Google.Apis.Eventarc.v1.Data
Assembly: Google.Apis.Eventarc.v1.dll
Syntax
public class ProjectSubscriptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
List
Required. A list of projects to receive events from. All the projects must be in the same org. The listed projects should have the format project/{identifier} where identifier can be either the project id for project number. A single list may contain both formats. At most 100 projects can be listed.
Declaration
[JsonProperty("list")]
public virtual IList<string> List { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |