Class SearchAllAssignmentsResponse (1.11.3)

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

The response for ReservationService.SearchAllAssignments.

Attributes

NameDescription
assignments MutableSequence[google.cloud.bigquery_reservation_v1.types.Assignment]
List of assignments visible to the user.
next_page_token str
Token to retrieve the next page of results, or empty if there are no more results in the list.