Class SearchOrganizationsResponse (1.0.2)

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

The response returned from the SearchOrganizations method. .. attribute:: organizations

The list of Organizations that matched the search query, possibly paginated.

:type: Sequence[google.cloud.resourcemanager_v3.types.Organization]

Attribute

NameDescription
next_page_token str
A pagination token to be used to retrieve the next page of results. If the result is too large to fit within the page size specified in the request, this field will be set with a token that can be used to fetch the next page of results. If this field is empty, it indicates that this response contains the last page of results.