Show / Hide Table of Contents

Class DataResource

The "data" collection of methods.

Inheritance
object
DataResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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 Generated by DocFX