GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1ScannedData (google_api_dataplex v0.21.0)

View Source

The data scanned during processing (e.g. in incremental DataScan)

Attributes

  • incrementalField (type: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1ScannedDataIncrementalField.t, default: nil) - The range denoted by values of an incremental field

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1ScannedData{
  incrementalField:
    GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1ScannedDataIncrementalField.t()
    | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.