ListContractsRequest

ListContractsRequest

Request message for the ListContracts method.

Fields
parent

string

Required. The account to list contracts for. Format: accounts/{account}

page_size

int32

Optional. The maximum number of contracts to return. The service may return fewer than this value. If unspecified, at most 100 contracts will be returned. The maximum value is 100; values above 100 will be coerced to 100.

page_token

string

Optional. A page token, received from a previous ListContracts call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListContracts must match the call that provided the page token.