GoogleAdsSearchads360V23ResourcesShoppingProductProductIssue.fromJson constructor

GoogleAdsSearchads360V23ResourcesShoppingProductProductIssue.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ResourcesShoppingProductProductIssue.fromJson(
  core.Map json_,
) : this(
      adsSeverity: json_['adsSeverity'] as core.String?,
      affectedRegions: (json_['affectedRegions'] as core.List?)
          ?.map((value) => value as core.String)
          .toList(),
      attributeName: json_['attributeName'] as core.String?,
      description: json_['description'] as core.String?,
      detail: json_['detail'] as core.String?,
      documentation: json_['documentation'] as core.String?,
      errorCode: json_['errorCode'] as core.String?,
    );