$NegativeKeywordList.fromJson constructor

$NegativeKeywordList.fromJson(
  1. Map json_
)

Implementation

$NegativeKeywordList.fromJson(core.Map json_)
  : this(
      advertiserId: json_['advertiserId'] as core.String?,
      displayName: json_['displayName'] as core.String?,
      name: json_['name'] as core.String?,
      negativeKeywordListId: json_['negativeKeywordListId'] as core.String?,
      targetedLineItemCount: json_['targetedLineItemCount'] as core.String?,
    );