GoogleAdsSearchads360V23CommonBusinessProfileLocationSet.fromJson constructor

GoogleAdsSearchads360V23CommonBusinessProfileLocationSet.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonBusinessProfileLocationSet.fromJson(
  core.Map json_,
) : this(
      businessAccountId: json_['businessAccountId'] as core.String?,
      businessNameFilter: json_['businessNameFilter'] as core.String?,
      emailAddress: json_['emailAddress'] as core.String?,
      httpAuthorizationToken: json_['httpAuthorizationToken'] as core.String?,
      labelFilters: (json_['labelFilters'] as core.List?)
          ?.map((value) => value as core.String)
          .toList(),
      listingIdFilters: (json_['listingIdFilters'] as core.List?)
          ?.map((value) => value as core.String)
          .toList(),
    );