public sealed class RuntimeActionSchema : IMessage<RuntimeActionSchema>, IEquatable<RuntimeActionSchema>, IDeepCloneable<RuntimeActionSchema>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class RuntimeActionSchema.
[[["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."],[[["The `RuntimeActionSchema` class, part of the Integration Connectors v1 API, defines the schema for a runtime action."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RuntimeActionSchema` class provides constructors for creating new instances, including one for creating a copy of an existing `RuntimeActionSchema` object."],["The class contains properties for `Action`, `InputParameters`, and `ResultMetadata` detailing information such as the action name, input parameters, and result field metadata, respectively."],["This documentation covers versions 1.0.0, 1.1.0, 1.2.0 and the latest 1.3.0, all of which seem to relate to the `RuntimeActionSchema` class."]]],[]]