Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ErrorsResourceCountDetails

Error details returned when an resource count limit was exceeded.

Inheritance
object
GoogleAdsSearchads360V23ErrorsResourceCountDetails
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.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V23ErrorsResourceCountDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EnclosingId

The ID of the resource whose limit was exceeded. External customer ID if the limit is for a customer.

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

EnclosingResource

The name of the resource ( etc.) whose limit was exceeded.

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

ExistingCount

The count of existing entities.

Declaration
[JsonProperty("existingCount")]
public virtual int? ExistingCount { get; set; }
Property Value
Type Description
int?

Limit

The limit which was exceeded.

Declaration
[JsonProperty("limit")]
public virtual int? Limit { get; set; }
Property Value
Type Description
int?

LimitType

The resource limit type which was exceeded.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX