Class ListAlertPoliciesResponse
The protocol for the ListAlertPolicies response.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class ListAlertPoliciesResponse : IDirectResponseSchema
Properties
AlertPolicies
The returned alert policies.
Declaration
[JsonProperty("alertPolicies")]
public virtual IList<AlertPolicy> AlertPolicies { get; set; }
Property Value
Type | Description |
---|---|
IList<AlertPolicy> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
If there might be more results than were returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token in the next call to this method.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalSize
The total number of alert policies in all pages. This number is only an estimate, and may change in subsequent pages. https://aip.dev/158
Declaration
[JsonProperty("totalSize")]
public virtual int? TotalSize { get; set; }
Property Value
Type | Description |
---|---|
int? |