GoogleAdsSearchads360V23CommonAppDeepLinkAsset class
An app deep link asset
Constructors
- GoogleAdsSearchads360V23CommonAppDeepLinkAsset({String? appDeepLinkUri})
- GoogleAdsSearchads360V23CommonAppDeepLinkAsset.fromJson(Map json_)
Properties
- appDeepLinkUri ↔ String?
-
The uri for the app deep link, The uri can be either a custom scheme uri
(e.g. mystore://shoes) or universal uri (e.g.
http://www.mystore.com/shoes).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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