Show / Hide Table of Contents

Enum DataResource.GaResource.GetRequest.OutputEnum

The selected format for the response. Default format is JSON.

Namespace: Google.Apis.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public enum DataResource.GaResource.GetRequest.OutputEnum

Fields

Name Description
DataTable

Returns the response in Google Charts Data Table format. This is useful in creating visualization using Google Charts.

Json

Returns the response in standard JSON format.

In This Article
Back to top Generated by DocFX