View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataScanEventPostScanActionsResultBigQueryExportResult (google_api_dataplex v0.13.0)

The result of BigQuery export post scan action.

Attributes

  • message (type: String.t, default: nil) - Additional information about the BigQuery exporting.
  • state (type: String.t, default: nil) - Execution state for the BigQuery exporting.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataScanEventPostScanActionsResultBigQueryExportResult{
    message: String.t() | nil,
    state: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.