Show / Hide Table of Contents

Class MetadataResource.ColumnsResource

The "columns" collection of methods.

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

Constructors

ColumnsResource(IClientService)

Constructs a new resource.

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

Methods

List(String)

Lists all columns for a report type

Declaration
public virtual MetadataResource.ColumnsResource.ListRequest List(string reportType)
Parameters
Type Name Description
System.String reportType

Report type. Allowed Values: 'ga'. Where 'ga' corresponds to the Core Reporting API

Returns
Type Description
MetadataResource.ColumnsResource.ListRequest
In This Article
Back to top