Class SavedColumnList
A list of saved columns. Advertisers create saved columns to report on Floodlight activities, Google Analytics goals, or custom KPIs. To request reports with saved columns, you'll need the saved column names that are available from this list.
Implements
Inherited Members
Namespace: Google.Apis.Doubleclicksearch.v2.Data
Assembly: Google.Apis.Doubleclicksearch.v2.dll
Syntax
public class SavedColumnList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Items
The saved columns being requested.
Declaration
[JsonProperty("items")]
public virtual IList<SavedColumn> Items { get; set; }
Property Value
Type | Description |
---|---|
IList<SavedColumn> |
Kind
Identifies this as a SavedColumnList resource. Value: the fixed string doubleclicksearch#savedColumnList.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |