public sealed class RuntimeActionSchema.Types.ResultMetadata : IMessage<RuntimeActionSchema.Types.ResultMetadata>, IEquatable<RuntimeActionSchema.Types.ResultMetadata>, IDeepCloneable<RuntimeActionSchema.Types.ResultMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class RuntimeActionSchema.Types.ResultMetadata.
[[["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 document provides reference documentation for the `RuntimeActionSchema.Types.ResultMetadata` class within the Google Cloud Connectors v1 API, outlining its structure, inheritance, and implementation details."],["The `ResultMetadata` class is designed to hold metadata about a result field, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it can be used to represent field metadata in the Connectors API."],["The class offers two constructors, one default and another that allows creating a copy from an existing `ResultMetadata` object, which will provide more flexibility when creating instances of this class."],["The `ResultMetadata` class includes three properties: `DataType`, which indicates the data type of the field, `Description`, which is a brief text description of the field, and `Field`, representing the name of the result field."],["There are four different versions of the API listed, with version 1.3.0 being the most recent, allowing for usage of prior releases if needed."]]],[]]