Show / Hide Table of Contents

Class AccountLimit

A limit of a certain type that is applied to an account.

Inheritance
object
AccountLimit
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.quota_v1.Data
Assembly: Google.Apis.Merchant.quota_v1.dll
Syntax
public class AccountLimit : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Identifier. The limit part of the name will be a combination of the type and the scope. For example: accounts/123/limits/products~ADS_NON_EEA Format: accounts/{account}/limits/{limit}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Products

The limit for products.

Declaration
[JsonProperty("products")]
public virtual ProductLimit Products { get; set; }
Property Value
Type Description
ProductLimit

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX