View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DiscoveryEventTableDetails (google_api_dataplex v0.17.0)

Details about the published table.

Attributes

  • table (type: String.t, default: nil) - The fully-qualified resource name of the table resource.
  • type (type: String.t, default: nil) - The type of the table resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.