Class AutomationEvent
Payload proto for "clouddeploy.googleapis.com/automation" Platform Log event that describes the Automation related events.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class AutomationEvent : IDirectResponseSchema
Properties
Automation
The name of the AutomationRun
.
Declaration
[JsonProperty("automation")]
public virtual string Automation { 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 |
Message
Debug message for when there is an update on the AutomationRun. Provides further details about the resource creation or state change.
Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
PipelineUid
Unique identifier of the DeliveryPipeline
.
Declaration
[JsonProperty("pipelineUid")]
public virtual string PipelineUid { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Type of this notification, e.g. for a Pub/Sub failure.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |