Show / Hide Table of Contents

Class AlertFeedback

A customer feedback about an alert.

Inheritance
System.Object
AlertFeedback
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class AlertFeedback : IDirectResponseSchema

Properties

AlertId

Output only. The alert identifier.

Declaration
[JsonProperty("alertId")]
public virtual string AlertId { get; set; }
Property Value
Type Description
System.String

CreateTime

Output only. The time this feedback was created.

Declaration
[JsonProperty("createTime")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
System.Object

CustomerId

Output only. The unique identifier of the Google account of the customer.

Declaration
[JsonProperty("customerId")]
public virtual string CustomerId { get; set; }
Property Value
Type Description
System.String

Email

Output only. The email of the user that provided the feedback.

Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

FeedbackId

Output only. The unique identifier for the feedback.

Declaration
[JsonProperty("feedbackId")]
public virtual string FeedbackId { get; set; }
Property Value
Type Description
System.String

Type

Required. The type of the feedback.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top