Class ListAlertFeedbackResponse
Response message for an alert feedback listing request.
Implements
Inherited Members
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class ListAlertFeedbackResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Feedback
The list of alert feedback. Feedback entries for each alert are ordered by creation time descending.
Declaration
[JsonProperty("feedback")]
public virtual IList<AlertFeedback> Feedback { get; set; }
Property Value
Type | Description |
---|---|
IList<AlertFeedback> |