ListAccountIssuesRequest

ListAccountIssuesRequest

Request message for the ListAccountIssues method.

Fields
parent

string

Required. The parent, which owns this collection of issues. Format: accounts/{account}

page_size

int32

Optional. The maximum number of issues to return. The service may return fewer than this value. If unspecified, at most 50 issues 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 ListAccountIssues call. Provide this to retrieve the subsequent page.

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

language_code

string

Optional. The issues in the response will have human-readable fields in the given language. The format is BCP-47 , such as en-US or sr-Latn . If not value is provided, en-US will be used.

time_zone

string

Optional. The IANA timezone used to localize times in human-readable fields. For example 'America/Los_Angeles'. If not set, 'America/Los_Angeles' will be used.