Class ListEventsResponse (1.0.1)

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

Response message for "LivestreamService.ListEvents".

Attributes

NameDescription
events Sequence[google.cloud.video.live_stream_v1.types.Event]
A list of events.
next_page_token str
Token to retrieve the next page of results, or empty if there are no more results in the list.
unreachable Sequence[str]
Locations that could not be reached.

Inheritance

builtins.object > proto.message.Message > ListEventsResponse