$NegativeKeywordListAssignedTargetingOptionDetails.fromJson constructor
$NegativeKeywordListAssignedTargetingOptionDetails.fromJson(
- Map json_
Implementation
$NegativeKeywordListAssignedTargetingOptionDetails.fromJson(core.Map json_)
: this(
negativeKeywordListId: json_.containsKey('negativeKeywordListId')
? json_['negativeKeywordListId'] as core.String
: null,
);