Show / Hide Table of Contents

Class GoogleAdsSearchads360V0ResourcesCustomColumn

A custom column. See Search Ads 360 custom column at https://support.google.com/sa360/answer/9633916

Inheritance
object
GoogleAdsSearchads360V0ResourcesCustomColumn
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesCustomColumn : IDirectResponseSchema

Properties

Description

Output only. User-defined description of the custom column.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

Output only. ID of the custom column.

Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type Description
long?

Name

Output only. User-defined name of the custom column.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Queryable

Output only. True when the custom column is available to be used in the query of SearchAds360Service.Search and SearchAds360Service.SearchStream.

Declaration
[JsonProperty("queryable")]
public virtual bool? Queryable { get; set; }
Property Value
Type Description
bool?

ReferencedSystemColumns

Output only. The list of the referenced system columns of this custom column. For example, A custom column "sum of impressions and clicks" has referenced system columns of {"metrics.clicks", "metrics.impressions"}.

Declaration
[JsonProperty("referencedSystemColumns")]
public virtual IList<string> ReferencedSystemColumns { get; set; }
Property Value
Type Description
IList<string>

ReferencesAttributes

Output only. True when the custom column is referring to one or more attributes.

Declaration
[JsonProperty("referencesAttributes")]
public virtual bool? ReferencesAttributes { get; set; }
Property Value
Type Description
bool?

ReferencesMetrics

Output only. True when the custom column is referring to one or more metrics.

Declaration
[JsonProperty("referencesMetrics")]
public virtual bool? ReferencesMetrics { get; set; }
Property Value
Type Description
bool?

RenderType

Output only. How the result value of the custom column should be interpreted.

Declaration
[JsonProperty("renderType")]
public virtual string RenderType { get; set; }
Property Value
Type Description
string

ResourceName

Immutable. The resource name of the custom column. Custom column resource names have the form: customers/{customer_id}/customColumns/{custom_column_id}

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string

ValueType

Output only. The type of the result value of the custom column.

Declaration
[JsonProperty("valueType")]
public virtual string ValueType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX