Class ListRealmsResponse (1.5.0)

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

Response message for RealmsService.ListRealms.

Attributes

NameDescription
realms Sequence[google.cloud.gaming_v1.types.Realm]
The list of realms.
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]
List of locations that could not be reached.

Inheritance

builtins.object > proto.message.Message > ListRealmsResponse