Class ListAccountLimitsResponse
Response message for the ListAccountLimits method.
Implements
Namespace: Google.Shopping.Merchant.Quota.V1
Assembly: Google.Shopping.Merchant.Quota.V1.dll
Syntax
public sealed class ListAccountLimitsResponse : IMessage<ListAccountLimitsResponse>, IEquatable<ListAccountLimitsResponse>, IDeepCloneable<ListAccountLimitsResponse>, IBufferMessage, IMessage, IPageResponse<AccountLimit>, IEnumerable<AccountLimit>, IEnumerable
Constructors
ListAccountLimitsResponse()
Declaration
public ListAccountLimitsResponse()
ListAccountLimitsResponse(ListAccountLimitsResponse)
Declaration
public ListAccountLimitsResponse(ListAccountLimitsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListAccountLimitsResponse | other |
Properties
AccountLimits
The limits for the given account.
Declaration
public RepeatedField<AccountLimit> AccountLimits { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<AccountLimit> |
NextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Declaration
public string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Implements
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<AccountLimit> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<AccountLimit> |