Class Row
Row representation.
Implements
Inherited Members
Namespace: Google.Apis.Adsense.v2.Data
Assembly: Google.Apis.Adsense.v2.dll
Syntax
public class Row : IDirectResponseSchema
Properties
Cells
Cells in the row.
Declaration
[JsonProperty("cells")]
public virtual IList<Cell> Cells { get; set; }
Property Value
Type | Description |
---|---|
IList<Cell> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |