Show / Hide Table of Contents

Class ManagementResource

The "management" collection of methods.

Inheritance
System.Object
ManagementResource
Namespace: Google.Apis.Analytics.v2_4
Assembly: Google.Apis.Analytics.v2_4.dll
Syntax
public class ManagementResource : object

Constructors

ManagementResource(IClientService)

Constructs a new resource.

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

Properties

Accounts

Gets the Accounts resource.

Declaration
public virtual ManagementResource.AccountsResource Accounts { get; }
Property Value
Type Description
ManagementResource.AccountsResource

Goals

Gets the Goals resource.

Declaration
public virtual ManagementResource.GoalsResource Goals { get; }
Property Value
Type Description
ManagementResource.GoalsResource

Profiles

Gets the Profiles resource.

Declaration
public virtual ManagementResource.ProfilesResource Profiles { get; }
Property Value
Type Description
ManagementResource.ProfilesResource

Segments

Gets the Segments resource.

Declaration
public virtual ManagementResource.SegmentsResource Segments { get; }
Property Value
Type Description
ManagementResource.SegmentsResource

Webproperties

Gets the Webproperties resource.

Declaration
public virtual ManagementResource.WebpropertiesResource Webproperties { get; }
Property Value
Type Description
ManagementResource.WebpropertiesResource
Back to top