GoogleAdsSearchads360V23CommonUserInterestSegment.fromJson constructor

GoogleAdsSearchads360V23CommonUserInterestSegment.fromJson(
  1. Map json_
)

Implementation

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