$NegativeKeywordListAssignedTargetingOptionDetails.fromJson constructor

$NegativeKeywordListAssignedTargetingOptionDetails.fromJson(
  1. Map json_
)

Implementation

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