GoogleAdsSearchads360V23ResourcesLanguageConstant class
A language.
Constructors
- GoogleAdsSearchads360V23ResourcesLanguageConstant({String? code, String? id, String? name, String? resourceName, bool? targetable})
- GoogleAdsSearchads360V23ResourcesLanguageConstant.fromJson(Map json_)
Properties
- code ↔ String?
-
The language code, for example, "en_US", "en_AU", "es", "fr", etc.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The ID of the language constant.
getter/setter pair
- name ↔ String?
-
The full name of the language in English, for example, "English (US)",
"Spanish", etc.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the language constant.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetable ↔ bool?
-
Whether the language is targetable.
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