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