Show / Hide Table of Contents

Class CustomTargetTypeNotificationEvent

Payload proto for "clouddeploy.googleapis.com/customtargettype_notification" Platform Log event that describes the failure to send a custom target type status change Pub/Sub notification.

Inheritance
object
CustomTargetTypeNotificationEvent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class CustomTargetTypeNotificationEvent : IDirectResponseSchema

Properties

CustomTargetType

The name of the CustomTargetType.

Declaration
[JsonProperty("customTargetType")]
public virtual string CustomTargetType { get; set; }
Property Value
Type Description
string

CustomTargetTypeUid

Unique identifier of the CustomTargetType.

Declaration
[JsonProperty("customTargetTypeUid")]
public virtual string CustomTargetTypeUid { 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 a notification fails to send.

Declaration
[JsonProperty("message")]
public virtual string Message { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX