Class ListAccountIssuesRequest
Request message for the ListAccountIssues
method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class ListAccountIssuesRequest : IMessage<ListAccountIssuesRequest>, IEquatable<ListAccountIssuesRequest>, IDeepCloneable<ListAccountIssuesRequest>, IBufferMessage, IMessage, IPageRequest
Constructors
ListAccountIssuesRequest()
Declaration
public ListAccountIssuesRequest()
ListAccountIssuesRequest(ListAccountIssuesRequest)
Declaration
public ListAccountIssuesRequest(ListAccountIssuesRequest other)
Parameters
Type | Name | Description |
---|---|---|
ListAccountIssuesRequest | other |
Properties
LanguageCode
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.
Declaration
public string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
PageSize
Optional. The maximum number of issues to return. The service may return fewer than this value. If unspecified, at most 50 users will be returned. The maximum value is 100; values above 100 will be coerced to 100
Declaration
public int PageSize { get; set; }
Property Value
Type | Description |
---|---|
int |
Implements
PageToken
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.
Declaration
public string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Parent
Required. The parent, which owns this collection of issues.
Format: accounts/{account}
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsAccountName
AccountName-typed view over the Parent resource name property.
Declaration
public AccountName ParentAsAccountName { get; set; }
Property Value
Type | Description |
---|---|
AccountName |
TimeZone
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.
Declaration
public string TimeZone { get; set; }
Property Value
Type | Description |
---|---|
string |