Show / Hide Table of Contents

Class ListNotificationChannelDescriptorsResponse

The ListNotificationChannelDescriptors response.

Inheritance
object
ListNotificationChannelDescriptorsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class ListNotificationChannelDescriptorsResponse : IDirectResponseSchema

Properties

ChannelDescriptors

The monitored resource descriptors supported for the specified project, optionally filtered.

Declaration
[JsonProperty("channelDescriptors")]
public virtual IList<NotificationChannelDescriptor> ChannelDescriptors { get; set; }
Property Value
Type Description
IList<NotificationChannelDescriptor>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX