Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonCriterionCategoryLocaleAvailability

Information about which locales a category is available in.

Inheritance
object
GoogleAdsSearchads360V23CommonCriterionCategoryLocaleAvailability
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonCriterionCategoryLocaleAvailability : IDirectResponseSchema

Properties

AvailabilityMode

Format of the locale availability. Can be LAUNCHED_TO_ALL (both country and language will be empty), COUNTRY (only country will be set), LANGUAGE (only language wil be set), COUNTRY_AND_LANGUAGE (both country and language will be set).

Declaration
[JsonProperty("availabilityMode")]
public virtual string AvailabilityMode { get; set; }
Property Value
Type Description
string

CountryCode

The ISO-3166-1 alpha-2 country code associated with the category.

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

LanguageCode

ISO 639-1 code of the language associated with the category.

Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX