$AuditAdvertiserResponse.fromJson constructor
$AuditAdvertiserResponse.fromJson(
- Map json_
Implementation
$AuditAdvertiserResponse.fromJson(core.Map json_)
: this(
adGroupCriteriaCount: json_['adGroupCriteriaCount'] as core.String?,
campaignCriteriaCount: json_['campaignCriteriaCount'] as core.String?,
channelsCount: json_['channelsCount'] as core.String?,
negativeKeywordListsCount:
json_['negativeKeywordListsCount'] as core.String?,
negativelyTargetedChannelsCount:
json_['negativelyTargetedChannelsCount'] as core.String?,
usedCampaignsCount: json_['usedCampaignsCount'] as core.String?,
usedInsertionOrdersCount:
json_['usedInsertionOrdersCount'] as core.String?,
usedLineItemsCount: json_['usedLineItemsCount'] as core.String?,
);