GoogleAdsSearchads360V23ServicesListAccessibleCustomersResponse.fromJson constructor
GoogleAdsSearchads360V23ServicesListAccessibleCustomersResponse.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ServicesListAccessibleCustomersResponse.fromJson(
core.Map json_,
) : this(
resourceNames: (json_['resourceNames'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);