Class ListNotificationChannelDescriptorsResponse (2.9.1)

ListNotificationChannelDescriptorsResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The ListNotificationChannelDescriptors response.

Attributes

NameDescription
channel_descriptors Sequence[google.cloud.monitoring_v3.types.NotificationChannelDescriptor]
The monitored resource descriptors supported for the specified project, optionally filtered.
next_page_token str
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.

Inheritance

builtins.object > proto.message.Message > ListNotificationChannelDescriptorsResponse