Class AlertsResource.FeedbackResource.ListRequest
Lists all the feedback for an alert. Attempting to list feedbacks for a non-existent alert returns
NOT_FOUND
error.
Inheritance
AlertsResource.FeedbackResource.ListRequest
Inherited Members
Namespace: Google.Apis.AlertCenter.v1beta1
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class AlertsResource.FeedbackResource.ListRequest : AlertCenterBaseServiceRequest<ListAlertFeedbackResponse>, IClientServiceRequest<ListAlertFeedbackResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string alertId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | alertId |
Properties
AlertId
Required. The alert identifier. The "-" wildcard could be used to represent all alerts.
Declaration
[RequestParameter("alertId", RequestParameterType.Path)]
public virtual string AlertId { get; }
Property Value
Type | Description |
---|---|
string |
CustomerId
Optional. The unique identifier of the Google Workspace account of the customer the alert is
associated with. The customer_id
must have the initial "C" stripped (for example, 046psxkn
).
Inferred from the caller identity if not provided. Find your customer
ID.
Declaration
[RequestParameter("customerId", RequestParameterType.Query)]
public virtual string CustomerId { get; set; }
Property Value
Type | Description |
---|---|
string |
Filter
Optional. A query string for filtering alert feedback results. For more details, see Query filters and Supported query filter fields.
Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()