Class StatusEvent
Status event.
Implements
Inherited Members
Namespace: Google.Apis.Batch.v1.Data
Assembly: Google.Apis.Batch.v1.dll
Syntax
public class StatusEvent : IDirectResponseSchema
Properties
Description
Description of the event.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EventTime
object representation of EventTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EventTimeDateTimeOffset instead.")]
public virtual object EventTime { get; set; }
Property Value
Type | Description |
---|---|
object |
EventTimeDateTimeOffset
DateTimeOffset representation of EventTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EventTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
EventTimeRaw
The time this event occurred.
Declaration
[JsonProperty("eventTime")]
public virtual string EventTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
TaskExecution
Task Execution. This field is only defined for task-level status events where the task fails.
Declaration
[JsonProperty("taskExecution")]
public virtual TaskExecution TaskExecution { get; set; }
Property Value
Type | Description |
---|---|
TaskExecution |
TaskState
Task State. This field is only defined for task-level status events.
Declaration
[JsonProperty("taskState")]
public virtual string TaskState { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Type of the event.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |