GoogleAdsSearchads360V23ResourcesProductCategoryConstantProductCategoryLocalization class
Localization for the product category.
Constructors
- GoogleAdsSearchads360V23ResourcesProductCategoryConstantProductCategoryLocalization({String? languageCode, String? regionCode, String? value})
- GoogleAdsSearchads360V23ResourcesProductCategoryConstantProductCategoryLocalization.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- languageCode ↔ String?
-
Two-letter ISO 639-1 language code of the localized category.
getter/setter pair
- regionCode ↔ String?
-
Upper-case two-letter ISO 3166-1 country code of the localized category.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ String?
-
The name of the category in the specified locale.
getter/setter pair
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