Class GoogleAdsSearchads360V23ResourcesKeywordThemeConstant
A Smart Campaign keyword theme constant.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesKeywordThemeConstant : IDirectResponseSchema
Properties
CountryCode
Output only. The ISO-3166 Alpha-2 country code of the constant, eg. "US". To display and query matching purpose, the keyword theme needs to be localized.
Declaration
[JsonProperty("countryCode")]
public virtual string CountryCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayName
Output only. The display name of the keyword theme or sub keyword theme.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
LanguageCode
Output only. The ISO-639-1 language code with 2 letters of the constant, eg. "en". To display and query matching purpose, the keyword theme needs to be localized.
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Output only. The resource name of the keyword theme constant. Keyword theme constant resource names have the
form: keywordThemeConstants/{keyword_theme_id}~{sub_keyword_theme_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |