GoogleAdsSearchads360V23CommonUserInterestInfo.fromJson constructor

GoogleAdsSearchads360V23CommonUserInterestInfo.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonUserInterestInfo.fromJson(core.Map json_)
  : this(userInterestCategory: json_['userInterestCategory'] as core.String?);