GoogleAdsSearchads360V23CommonPriceAsset class
An asset representing a list of price offers.
Constructors
-
GoogleAdsSearchads360V23CommonPriceAsset({String? languageCode, List<
GoogleAdsSearchads360V23CommonPriceOffering> ? priceOfferings, String? priceQualifier, String? type}) - GoogleAdsSearchads360V23CommonPriceAsset.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- languageCode ↔ String?
-
The language of the price asset.
getter/setter pair
-
priceOfferings
↔ List<
GoogleAdsSearchads360V23CommonPriceOffering> ? -
The price offerings of the price asset.
getter/setter pair
- priceQualifier ↔ String?
-
The price qualifier of the price asset.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
The type of the price asset.
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