Class GoogleAdsSearchads360V23ErrorsResourceCountDetails
Error details returned when an resource count limit was exceeded.
Implements
Inherited Members
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 |