Show / Hide Table of Contents

Class ManagementResource.AccountSummariesResource

The "accountSummaries" collection of methods.

Inheritance
System.Object
ManagementResource.AccountSummariesResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class AccountSummariesResource

Constructors

AccountSummariesResource(IClientService)

Constructs a new resource.

Declaration
public AccountSummariesResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

List()

Lists account summaries (lightweight tree comprised of accounts/properties/profiles) to which the user has access.

Declaration
public virtual ManagementResource.AccountSummariesResource.ListRequest List()
Returns
Type Description
ManagementResource.AccountSummariesResource.ListRequest
In This Article
Back to top