Class ListAssignmentsRequest (1.7.2)

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

The request for ReservationService.ListAssignments.

Attributes

NameDescription
parent str
Required. The parent resource name e.g.: ``projects/myproject/locations/US/reservations/team1-prod`` Or: ``projects/myproject/locations/US/reservations/-``
page_size int
The maximum number of items to return per page.
page_token str
The next_page_token value returned from a previous List request, if any.

Inheritance

builtins.object > proto.message.Message > ListAssignmentsRequest