Class ListRegistrationsResponse (1.2.0)

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

Response for the ListRegistrations method.

Attributes

NameDescription
registrations Sequence[google.cloud.domains_v1beta1.types.Registration]
A list of ``Registration``\ s.
next_page_token str
When present, there are more results to retrieve. Set ``page_token`` to this value on a subsequent call to get the next page of results.

Inheritance

builtins.object > proto.message.Message > ListRegistrationsResponse