Show / Hide Table of Contents

Class AccountActiveAdSummariesResource

The "accountActiveAdSummaries" collection of methods.

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

Constructors

AccountActiveAdSummariesResource(IClientService)

Constructs a new resource.

Declaration
public AccountActiveAdSummariesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(long, long)

Gets the account's active ad summary by account ID.

Declaration
public virtual AccountActiveAdSummariesResource.GetRequest Get(long profileId, long summaryAccountId)
Parameters
Type Name Description
long profileId

User profile ID associated with this request.

long summaryAccountId

Account ID.

Returns
Type Description
AccountActiveAdSummariesResource.GetRequest
In This Article
Back to top Generated by DocFX