GoogleAdsSearchads360V23CommonKeywordPlanDeviceSearches.fromJson constructor
GoogleAdsSearchads360V23CommonKeywordPlanDeviceSearches.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23CommonKeywordPlanDeviceSearches.fromJson(
core.Map json_,
) : this(
device: json_['device'] as core.String?,
searchCount: json_['searchCount'] as core.String?,
);