public sealed class PartitionDetails : IMessage<DiscoveryEvent.Types.PartitionDetails>, IEquatable<DiscoveryEvent.Types.PartitionDetails>, IDeepCloneable<DiscoveryEvent.Types.PartitionDetails>, IBufferMessage, IMessage
[[["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-03-25 UTC."],[[["The `PartitionDetails` class provides information about a partition within the `Google.Cloud.Dataplex.V1` namespace, detailing its entity, partition name, and type."],["This class has been versioned from 1.0.0 up to 3.6.0, with 3.6.0 being the latest version and 2.0.0 the version currently detailed."],["`PartitionDetails` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class can be constructed in two ways, either as a new empty object using `PartitionDetails()`, or through a constructor that accepts another PartitionDetail object: `PartitionDetails(DiscoveryEvent.Types.PartitionDetails other)`."],["`PartitionDetails` contains three properties: `Entity` and `Partition`, which are both strings representing fully qualified resource names, and `Type` which is a `DiscoveryEvent.Types.EntityType` describing the type of entity."]]],[]]