GoogleAdsSearchads360V23CommonEventItemAttribute.fromJson constructor

GoogleAdsSearchads360V23CommonEventItemAttribute.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonEventItemAttribute.fromJson(core.Map json_)
  : this(itemId: json_['itemId'] as core.String?);