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

View Source

Payload associated with Business Glossary related log events.

Attributes

  • eventType (type: String.t, default: nil) - The type of the event.
  • message (type: String.t, default: nil) - The log message.
  • resource (type: String.t, default: nil) - Name of the resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1BusinessGlossaryEvent{
  eventType: String.t() | nil,
  message: String.t() | nil,
  resource: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.