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