Class ListEntitlementsRequest (0.2.1)

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

Request message for CloudChannelService.ListEntitlements

Attributes

NameDescription
parent str
Required. The resource name of the reseller's customer account for which to list entitlements. The parent takes the format: accounts/{account_id}/customers/{customer_id}
page_size int
Optional. Requested page size. Server might return fewer results than requested. If unspecified, at most 50 entitlements will be returned. The maximum value is 100; values above 100 will be coerced to 100.
page_token str
Optional. A token identifying a page of results, if other than the first one. Typically obtained via ListEntitlementsResponse.next_page_token of the previous CloudChannelService.ListEntitlements call.