public sealed class ExportTaxonomiesResponse : IMessage<ExportTaxonomiesResponse>, IEquatable<ExportTaxonomiesResponse>, IDeepCloneable<ExportTaxonomiesResponse>, IBufferMessage, IMessage
Response message for
[ExportTaxonomies][google.cloud.datacatalog.v1.PolicyTagManagerSerialization.ExportTaxonomies].
[[["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."],[[["This webpage provides documentation for the `ExportTaxonomiesResponse` class within the Google.Cloud.DataCatalog.V1 namespace, detailing its structure and usage."],["The latest version of the documentation available is 2.14.0, with a history of versions going back to 1.2.0."],["`ExportTaxonomiesResponse` is used as the response message for the `ExportTaxonomies` operation within the `PolicyTagManagerSerialization` API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The primary property of the `ExportTaxonomiesResponse` class is `Taxonomies`, which holds a list of `SerializedTaxonomy` objects."]]],[]]