GoogleAdsSearchads360V23ResourcesCustomInterestMember.fromJson constructor

GoogleAdsSearchads360V23ResourcesCustomInterestMember.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ResourcesCustomInterestMember.fromJson(core.Map json_)
  : this(
      memberType: json_['memberType'] as core.String?,
      parameter: json_['parameter'] as core.String?,
    );