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

Information about Entity resource that the log event is associated with.

Attributes

  • entity (type: String.t, default: nil) - The Entity resource the log event is associated with. Format: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}
  • entityType (type: String.t, default: nil) - Type of entity.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.