public sealed class GovernanceEvent : IMessage<GovernanceEvent>, IEquatable<GovernanceEvent>, IDeepCloneable<GovernanceEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class GovernanceEvent.
Payload associated with Governance related log events.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The latest version available for the `Google.Cloud.Dataplex.V1.GovernanceEvent` is 3.6.0, with multiple prior versions dating back to 1.0.0, each having a dedicated page with its own documentation."],["The `GovernanceEvent` class, part of the Google.Cloud.Dataplex.V1 API, provides the structure for logs related to governance events."],["The `GovernanceEvent` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `GovernanceEvent` class include `Entity` (entity resource information), `EventType` (the type of the event), and `Message` (the log message itself)."],["The `GovernanceEvent` class provides two constructors, a parameterless one and one that accepts another `GovernanceEvent` instance for copying."]]],[]]