$ResultPostScanActionsResultBigQueryExportResult.fromJson constructor

$ResultPostScanActionsResultBigQueryExportResult.fromJson(
  1. Map json_
)

Implementation

$ResultPostScanActionsResultBigQueryExportResult.fromJson(core.Map json_)
    : this(
        message: json_['message'] as core.String?,
        state: json_['state'] as core.String?,
      );