Class ListGroupsResponse (2.10.0)

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

The ListGroups response.

Attributes

NameDescription
group Sequence[google.cloud.monitoring_v3.types.Group]
The groups that match the specified filters.
next_page_token str
If there are more results than have been 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.

Inheritance

builtins.object > proto.message.Message > ListGroupsResponse