GoogleAdsSearchads360V23ServicesApplyIncentiveResponse.fromJson constructor
GoogleAdsSearchads360V23ServicesApplyIncentiveResponse.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ServicesApplyIncentiveResponse.fromJson(
core.Map json_,
) : this(
couponCode: json_['couponCode'] as core.String?,
creationTime: json_['creationTime'] as core.String?,
);