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

A geo target constant.

Attributes

  • canonicalName (type: String.t, default: nil) - Output only. The fully qualified English name, consisting of the target's name and that of its parent and country.
  • countryCode (type: String.t, default: nil) - Output only. The ISO-3166-1 alpha-2 country code that is associated with the target.
  • id (type: String.t, default: nil) - Output only. The ID of the geo target constant.
  • name (type: String.t, default: nil) - Output only. Geo target constant English name.
  • parentGeoTarget (type: String.t, default: nil) - Output only. The resource name of the parent geo target constant. Geo target constant resource names have the form: geoTargetConstants/{parent_geo_target_constant_id}
  • resourceName (type: String.t, default: nil) - Output only. The resource name of the geo target constant. Geo target constant resource names have the form: geoTargetConstants/{geo_target_constant_id}
  • status (type: String.t, default: nil) - Output only. Geo target constant status.
  • targetType (type: String.t, default: nil) - Output only. Geo target constant target type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_GeoTargetConstant{
    canonicalName: String.t() | nil,
    countryCode: String.t() | nil,
    id: String.t() | nil,
    name: String.t() | nil,
    parentGeoTarget: String.t() | nil,
    resourceName: String.t() | nil,
    status: String.t() | nil,
    targetType: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.