public sealed class DataQualityDimensionResult : IMessage<DataQualityDimensionResult>, IEquatable<DataQualityDimensionResult>, IDeepCloneable<DataQualityDimensionResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataQualityDimensionResult.
DataQualityDimensionResult provides a more detailed, per-dimension view of
the results.
[[["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-21 UTC."],[[["This page provides documentation for the `DataQualityDimensionResult` class within the Google Cloud Dataplex v1 API, covering versions from 1.0.0 up to the latest, 3.6.0."],["`DataQualityDimensionResult` offers a detailed view of data quality results per dimension and is a sealed class that implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and another that takes another `DataQualityDimensionResult` object as an argument, allowing for initialization with data from an existing instance."],["The `DataQualityDimensionResult` class includes properties such as `Dimension` which is an output-only data quality dimension config, and `Passed` which indicates if the dimension has passed or failed."],["The latest version of `DataQualityDimensionResult` is version 3.6.0, and there are multiple versions of the documentation available to look through."]]],[]]