View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_SearchAds360Field (google_api_search_ads360 v0.8.0)

A field or resource (artifact) used by SearchAds360Service.

Attributes

  • attributeResources (type: list(String.t), default: nil) - 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.
  • category (type: String.t, default: nil) - Output only. The category of the artifact.
  • dataType (type: String.t, default: nil) - Output only. This field determines the operators that can be used with the artifact in WHERE clauses.
  • enumValues (type: list(String.t), default: nil) - 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.
  • filterable (type: boolean(), default: nil) - Output only. Whether the artifact can be used in a WHERE clause in search queries.
  • isRepeated (type: boolean(), default: nil) - Output only. Whether the field artifact is repeated.
  • metrics (type: list(String.t), default: nil) - 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.
  • name (type: String.t, default: nil) - Output only. The name of the artifact.
  • resourceName (type: String.t, default: nil) - Output only. The resource name of the artifact. Artifact resource names have the form: SearchAds360Fields/{name}
  • segments (type: list(String.t), default: nil) - 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.
  • selectable (type: boolean(), default: nil) - Output only. Whether the artifact can be used in a SELECT clause in search queries.
  • selectableWith (type: list(String.t), default: nil) - Output only. The names of all resources, segments, and metrics that are selectable with the described artifact.
  • sortable (type: boolean(), default: nil) - Output only. Whether the artifact can be used in a ORDER BY clause in search queries.
  • typeUrl (type: String.t, default: nil) - Output only. The URL of proto describing the artifact's data type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_SearchAds360Field{
    attributeResources: [String.t()] | nil,
    category: String.t() | nil,
    dataType: String.t() | nil,
    enumValues: [String.t()] | nil,
    filterable: boolean() | nil,
    isRepeated: boolean() | nil,
    metrics: [String.t()] | nil,
    name: String.t() | nil,
    resourceName: String.t() | nil,
    segments: [String.t()] | nil,
    selectable: boolean() | nil,
    selectableWith: [String.t()] | nil,
    sortable: boolean() | nil,
    typeUrl: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.