Class GoogleAdsSearchads360V0ResourcesSearchAds360Field
A field or resource (artifact) used by SearchAds360Service.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesSearchAds360Field : IDirectResponseSchema
Properties
AttributeResources
Output only. The names of all resources that are selectable with the described artifact. Fields from these resources do not segment metrics when included in search queries. This field is only set for artifacts whose category is RESOURCE.
Declaration
[JsonProperty("attributeResources")]
public virtual IList<string> AttributeResources { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Category
Output only. The category of the artifact.
Declaration
[JsonProperty("category")]
public virtual string Category { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DataType
Output only. This field determines the operators that can be used with the artifact in WHERE clauses.
Declaration
[JsonProperty("dataType")]
public virtual string DataType { 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 |
EnumValues
Output only. Values the artifact can assume if it is a field of type ENUM. This field is only set for artifacts of category SEGMENT or ATTRIBUTE.
Declaration
[JsonProperty("enumValues")]
public virtual IList<string> EnumValues { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Filterable
Output only. Whether the artifact can be used in a WHERE clause in search queries.
Declaration
[JsonProperty("filterable")]
public virtual bool? Filterable { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
IsRepeated
Output only. Whether the field artifact is repeated.
Declaration
[JsonProperty("isRepeated")]
public virtual bool? IsRepeated { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Metrics
Output only. This field lists the names of all metrics that are selectable with the described artifact when it is used in the FROM clause. It is only set for artifacts whose category is RESOURCE.
Declaration
[JsonProperty("metrics")]
public virtual IList<string> Metrics { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Name
Output only. The name of the artifact.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Output only. The resource name of the artifact. Artifact resource names have the form:
SearchAds360Fields/{name}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Segments
Output only. This field lists the names of all artifacts, whether a segment or another resource, that segment metrics when included in search queries and when the described artifact is used in the FROM clause. It is only set for artifacts whose category is RESOURCE.
Declaration
[JsonProperty("segments")]
public virtual IList<string> Segments { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Selectable
Output only. Whether the artifact can be used in a SELECT clause in search queries.
Declaration
[JsonProperty("selectable")]
public virtual bool? Selectable { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
SelectableWith
Output only. The names of all resources, segments, and metrics that are selectable with the described artifact.
Declaration
[JsonProperty("selectableWith")]
public virtual IList<string> SelectableWith { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Sortable
Output only. Whether the artifact can be used in a ORDER BY clause in search queries.
Declaration
[JsonProperty("sortable")]
public virtual bool? Sortable { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
TypeUrl
Output only. The URL of proto describing the artifact's data type.
Declaration
[JsonProperty("typeUrl")]
public virtual string TypeUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |