Show / Hide Table of Contents

Class GaData.DataTableData

Inheritance
object
GaData.DataTableData
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.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class GaData.DataTableData

Properties

Cols

Declaration
[JsonProperty("cols")]
public virtual IList<GaData.DataTableData.ColsData> Cols { get; set; }
Property Value
Type Description
IList<GaData.DataTableData.ColsData>

Rows

Declaration
[JsonProperty("rows")]
public virtual IList<GaData.DataTableData.RowsData> Rows { get; set; }
Property Value
Type Description
IList<GaData.DataTableData.RowsData>
In this article
Back to top Generated by DocFX