Class SearchAssignmentsResponse (0.4.1)

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

The response for ReservationService.SearchAssignments.

Attributes

NameDescription
assignments Sequence[`.gcbr_reservation.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.

Inheritance

builtins.object > proto.message.Message > SearchAssignmentsResponse