View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DiscoveryEventActionDetails (google_api_dataplex v0.20.0)

Details about the action.

Attributes

  • issue (type: String.t, default: nil) - The human readable issue associated with the action.
  • type (type: String.t, default: nil) - The type of action. Eg. IncompatibleDataSchema, InvalidDataFormat

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DiscoveryEventActionDetails{
    issue: String.t() | nil,
    type: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.