GoogleAdsSearchads360V23CommonProductCustomAttributeInfo.fromJson constructor

GoogleAdsSearchads360V23CommonProductCustomAttributeInfo.fromJson(
  1. Map json_
)

Implementation

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