Class ListNotificationChannelsResponse
The ListNotificationChannels response.
Inheritance
System.Object
ListNotificationChannelsResponse
Implements
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.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class ListNotificationChannelsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NextPageToken
If not empty, indicates that there may be more results that match the request. Use the value in the page_token field in a subsequent request to fetch the next set of results. If empty, all results have been returned.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NotificationChannels
The notification channels defined for the specified project.
Declaration
[JsonProperty("notificationChannels")]
public virtual IList<NotificationChannel> NotificationChannels { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<NotificationChannel> |
TotalSize
The total number of notification channels 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 |
|---|---|
| System.Nullable<System.Int32> |