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

Payload associated with Governance related log events.

Attributes

  • entity (type: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1GovernanceEventEntity.t, default: nil) - Entity resource information if the log event is associated with a specific entity.
  • eventType (type: String.t, default: nil) - The type of the event.
  • message (type: String.t, default: nil) - The log message.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.