Class ListAccountLimitsRequest
Request message for the ListAccountLimits method.
Implements
Namespace: Google.Shopping.Merchant.Quota.V1
Assembly: Google.Shopping.Merchant.Quota.V1.dll
Syntax
public sealed class ListAccountLimitsRequest : IMessage<ListAccountLimitsRequest>, IEquatable<ListAccountLimitsRequest>, IDeepCloneable<ListAccountLimitsRequest>, IBufferMessage, IMessage, IPageRequest
Constructors
ListAccountLimitsRequest()
Declaration
public ListAccountLimitsRequest()
ListAccountLimitsRequest(ListAccountLimitsRequest)
Declaration
public ListAccountLimitsRequest(ListAccountLimitsRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListAccountLimitsRequest | other |
Properties
Filter
Required. A filter on the limit type is required, for example, type = "products".
Declaration
public string Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PageSize
Optional. The maximum number of limits to return. The service may return fewer than this value. If unspecified, at most 100 limits 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 ListAccountLimits call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListAccountLimits 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 account.
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 |