GoogleAdsSearchads360V23CommonPriceOffering class
A single price offering within a PriceAsset.
Constructors
- GoogleAdsSearchads360V23CommonPriceOffering({String? description, String? finalMobileUrl, String? finalUrl, String? header, GoogleAdsSearchads360V23CommonMoney? price, String? unit})
- GoogleAdsSearchads360V23CommonPriceOffering.fromJson(Map json_)
Properties
- description ↔ String?
-
The description of the price offering.
getter/setter pair
- finalMobileUrl ↔ String?
-
The final mobile URL after all cross domain redirects.
getter/setter pair
- finalUrl ↔ String?
-
The final URL after all cross domain redirects.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- header ↔ String?
-
The header of the price offering.
getter/setter pair
- price ↔ GoogleAdsSearchads360V23CommonMoney?
-
The price value of the price offering.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- unit ↔ String?
-
The price unit of the price offering.
Possible string values are:
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