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."],[[["The content provides documentation for the `ExportTaxonomiesResponse` class within the Google.Cloud.DataCatalog.V1 namespace, specifically version 1.4.0."],["`ExportTaxonomiesResponse` is a class that serves as the response message for exporting taxonomies, and it implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The documentation details the class's inheritance from the Object class, as well as the inherited members and properties, like `Taxonomies`, which contain a list of taxonomies and policy tags."],["The latest version of this documentation is available under version 2.14.0, and the document also lists a range of older versions, including 2.13.0, 2.12.0, all the way down to 1.2.0."],["The documentation provides two constructor methods for the class, one parameterless and another which takes another `ExportTaxonomiesResponse` instance as a parameter."]]],[]]