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-04-09 UTC."],[[["This webpage provides documentation for the `ExportTaxonomiesResponse` class within the Google.Cloud.DataCatalog.V1 namespace, detailing its structure and usage."],["The `ExportTaxonomiesResponse` class is a response message for exporting taxonomies, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document outlines the class's inheritance from `Object` and the members inherited from it, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The page provides information on two constructors for `ExportTaxonomiesResponse`: a default constructor and a constructor that accepts another `ExportTaxonomiesResponse` object."],["A key property of the class is `Taxonomies`, which is a `RepeatedField` of `SerializedTaxonomy` objects representing a list of taxonomies and policy tags."]]],[]]