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 page details the `ExportTaxonomiesResponse` class within the `Google.Cloud.DataCatalog.V1` namespace, which is used as the response message for exporting taxonomies."],["The latest version documented is 2.14.0, and the page covers historical versions dating back to 1.2.0, all of which are linked."],["`ExportTaxonomiesResponse` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing methods and properties for data handling."],["The `ExportTaxonomiesResponse` class contains a `Taxonomies` property of type `RepeatedField\u003cSerializedTaxonomy\u003e`, representing a list of taxonomies and policy tags."],["There are two constructors for the `ExportTaxonomiesResponse` class, a default constructor and one that accepts another instance of the class."]]],[]]