Show / Hide Table of Contents

Class DataResource

The "data" collection of methods.

Inheritance
System.Object
DataResource
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 DataResource

Constructors

DataResource(IClientService)

Constructs a new resource.

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

Properties

Ga

Gets the Ga resource.

Declaration
public virtual DataResource.GaResource Ga { get; }
Property Value
Type Description
DataResource.GaResource

Mcf

Gets the Mcf resource.

Declaration
public virtual DataResource.McfResource Mcf { get; }
Property Value
Type Description
DataResource.McfResource

Realtime

Gets the Realtime resource.

Declaration
public virtual DataResource.RealtimeResource Realtime { get; }
Property Value
Type Description
DataResource.RealtimeResource
In This Article
Back to top