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 latest version of the `RuntimeActionSchema` class in the Integration Connectors v1 API is 1.3.0, and this class is a schema for defining runtime actions."],["The `RuntimeActionSchema` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has two constructors, a default one (`RuntimeActionSchema()`) and one that accepts another `RuntimeActionSchema` object as a parameter."],["The `RuntimeActionSchema` class includes properties such as `Action` (the name of the action), `InputParameters` (metadata for input parameters), and `ResultMetadata` (metadata for result fields)."],["The class is found in the `Google.Cloud.Connectors.V1` namespace within the `Google.Cloud.Connectors.V1.dll` assembly."]]],[]]