Class ListCapacityCommitmentsRequest (1.7.2)

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

The request for ReservationService.ListCapacityCommitments.

Attributes

NameDescription
parent str
Required. Resource name of the parent reservation. E.g., ``projects/myproject/locations/US``
page_size int
The maximum number of items to return.
page_token str
The next_page_token value returned from a previous List request, if any.

Inheritance

builtins.object > proto.message.Message > ListCapacityCommitmentsRequest