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