GoogleAdsSearchads360V23CommonBusinessProfileLocation.fromJson constructor

GoogleAdsSearchads360V23CommonBusinessProfileLocation.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonBusinessProfileLocation.fromJson(core.Map json_)
  : this(
      labels: (json_['labels'] as core.List?)
          ?.map((value) => value as core.String)
          .toList(),
      listingId: json_['listingId'] as core.String?,
      storeCode: json_['storeCode'] as core.String?,
    );