Show / Hide Table of Contents

Class AccountActiveAdSummary

Gets a summary of active ads in an account.

Inheritance
object
AccountActiveAdSummary
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.Dfareporting.v3_5.Data
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class AccountActiveAdSummary : IDirectResponseSchema

Properties

AccountId

ID of the account.

Declaration
[JsonProperty("accountId")]
public virtual long? AccountId { get; set; }
Property Value
Type Description
long?

ActiveAds

Ads that have been activated for the account

Declaration
[JsonProperty("activeAds")]
public virtual long? ActiveAds { get; set; }
Property Value
Type Description
long?

ActiveAdsLimitTier

Maximum number of active ads allowed for the account.

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

AvailableAds

Ads that can be activated for the account.

Declaration
[JsonProperty("availableAds")]
public virtual long? AvailableAds { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

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

Kind

Identifies what kind of resource this is. Value: the fixed string "dfareporting#accountActiveAdSummary".

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX