Class ContainerKilledEvent
An event generated when a container is forcibly terminated by the worker. Currently, this only occurs when the container outlives the timeout specified by the user.
Implements
Inherited Members
Namespace: Google.Apis.CloudLifeSciences.v2beta.Data
Assembly: Google.Apis.CloudLifeSciences.v2beta.dll
Syntax
public class ContainerKilledEvent : IDirectResponseSchema
Properties
ActionId
The numeric ID of the action that started the container.
Declaration
[JsonProperty("actionId")]
public virtual int? ActionId { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |