GoogleAdsSearchads360V23CommonMobileAppAsset class
An asset representing a mobile app.
Constructors
- GoogleAdsSearchads360V23CommonMobileAppAsset({String? appId, String? appStore, String? endDate, String? linkText, String? startDate})
- GoogleAdsSearchads360V23CommonMobileAppAsset.fromJson(Map json_)
Properties
- appId ↔ String?
-
A string that uniquely identifies a mobile application.
getter/setter pair
- appStore ↔ String?
-
The application store that distributes this specific app.
getter/setter pair
- endDate ↔ String?
-
Last date of when this asset is effective and still serving, in yyyy-MM-dd
format.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- linkText ↔ String?
-
The visible text displayed when the link is rendered in an ad.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startDate ↔ String?
-
Start date of when this asset is effective and can begin serving, in
yyyy-MM-dd format.
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