GoogleAdsSearchads360V23CommonLegacyAppInstallAdInfo class
A legacy app install ad that only can be used by a few select customers.
Constructors
- GoogleAdsSearchads360V23CommonLegacyAppInstallAdInfo({String? appId, String? appStore, String? description1, String? description2, String? headline})
- GoogleAdsSearchads360V23CommonLegacyAppInstallAdInfo.fromJson(Map json_)
Properties
- appId ↔ String?
-
The ID of the mobile app.
getter/setter pair
- appStore ↔ String?
-
The app store the mobile app is available in.
Possible string values are:
getter/setter pair
- description1 ↔ String?
-
The first description line of the ad.
getter/setter pair
- description2 ↔ String?
-
The second description line of the ad.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- headline ↔ String?
-
The headline of the ad.
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