Class SavedColumn
A saved column
Implements
Inherited Members
Namespace: Google.Apis.Doubleclicksearch.v2.Data
Assembly: Google.Apis.Doubleclicksearch.v2.dll
Syntax
public class SavedColumn : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Identifies this as a SavedColumn resource. Value: the fixed string doubleclicksearch#savedColumn.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
SavedColumnName
The name of the saved column.
Declaration
[JsonProperty("savedColumnName")]
public virtual string SavedColumnName { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The type of data this saved column will produce.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |