Class ProjectEvent
The request sent to CLHs during project events.
Implements
Inherited Members
Namespace: Google.Apis.Appengine.v1beta.Data
Assembly: Google.Apis.Appengine.v1beta.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
Phase indicates when in the container event propagation this event is being communicated. Events are sent before and after the per-resource events are propagated. required
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 organization that led to this event.
Declaration
[JsonProperty("state")]
public virtual ContainerState State { get; set; }
Property Value
Type | Description |
---|---|
ContainerState |