Class SearchOrganizationsResponse (1.2.0)

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

The response returned from the SearchOrganizations method.

Attributes

NameDescription
organizations Sequence[google.cloud.resourcemanager_v3.types.Organization]
The list of Organizations that matched the search query, possibly paginated.
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.