Class ProjectEvent
The request sent to CLHs during project events.
Implements
Inherited Members
Namespace: Google.Apis.Appengine.v1.Data
Assembly: Google.Apis.Appengine.v1.dll
Syntax
public class ProjectEvent : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EventId
The unique ID for this project event. CLHs can use this value to dedup repeated calls. required
Declaration
[JsonProperty("eventId")]
public virtual string EventId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Phase
Declaration
[JsonProperty("phase")]
public virtual string Phase { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProjectMetadata
The projects metadata for this project. required
Declaration
[JsonProperty("projectMetadata")]
public virtual ProjectsMetadata ProjectMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| ProjectsMetadata |
State
The state of the project that led to this event.
Declaration
[JsonProperty("state")]
public virtual ProjectState State { get; set; }
Property Value
| Type | Description |
|---|---|
| ProjectState |