Class GoogleAdsSearchads360V0ResourcesGeoTargetConstant
A geo target constant.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesGeoTargetConstant : IDirectResponseSchema
Properties
CanonicalName
Output only. The fully qualified English name, consisting of the target's name and that of its parent and country.
Declaration
[JsonProperty("canonicalName")]
public virtual string CanonicalName { get; set; }
Property Value
Type | Description |
---|---|
string |
CountryCode
Output only. The ISO-3166-1 alpha-2 country code that is associated with the target.
Declaration
[JsonProperty("countryCode")]
public virtual string CountryCode { 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. The ID of the geo target constant.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type | Description |
---|---|
long? |
Name
Output only. Geo target constant English name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentGeoTarget
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}
Declaration
[JsonProperty("parentGeoTarget")]
public virtual string ParentGeoTarget { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceName
Output only. The resource name of the geo target constant. Geo target constant resource names have the form:
geoTargetConstants/{geo_target_constant_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Output only. Geo target constant status.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetType
Output only. Geo target constant target type.
Declaration
[JsonProperty("targetType")]
public virtual string TargetType { get; set; }
Property Value
Type | Description |
---|---|
string |