GoogleAdsSearchads360V23ServicesFetchIncentiveResponse.fromJson constructor
GoogleAdsSearchads360V23ServicesFetchIncentiveResponse.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ServicesFetchIncentiveResponse.fromJson(
core.Map json_,
) : this(
incentiveOffer: json_.containsKey('incentiveOffer')
? GoogleAdsSearchads360V23ServicesIncentiveOffer.fromJson(
json_['incentiveOffer'] as core.Map<core.String, core.dynamic>,
)
: null,
);