Show / Hide Table of Contents

Class GaData.DataTableData.RowsData

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

Properties

C

Declaration
[JsonProperty("c")]
public virtual IList<GaData.DataTableData.RowsData.CData> C { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<GaData.DataTableData.RowsData.CData>
In This Article
Back to top