GoogleAdsSearchads360V23CommonCriterionCategoryLocaleAvailability class
Information about which locales a category is available in.
Constructors
- GoogleAdsSearchads360V23CommonCriterionCategoryLocaleAvailability({String? availabilityMode, String? countryCode, String? languageCode})
- GoogleAdsSearchads360V23CommonCriterionCategoryLocaleAvailability.fromJson(Map json_)
Properties
- availabilityMode ↔ String?
-
Format of the locale availability.
getter/setter pair
- countryCode ↔ String?
-
The ISO-3166-1 alpha-2 country code associated with the category.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- languageCode ↔ String?
-
ISO 639-1 code of the language associated with the category.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited