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."],[[["This documentation is for the `RuntimeActionSchema` class within the Integration Connectors v1 API, specifically version 1.2.0."],["`RuntimeActionSchema` serves as the schema for a runtime action and inherits from the base `object` class, while implementing multiple interfaces."],["The class includes properties for the action's name (`Action`), its input parameter metadata (`InputParameters`), and its result field metadata (`ResultMetadata`)."],["The class has two constructors: a default one `RuntimeActionSchema()` and another `RuntimeActionSchema(RuntimeActionSchema other)` that takes another RuntimeActionSchema as an argument."],["The `RuntimeActionSchema` class is located within the `Google.Cloud.Connectors.V1` namespace and is part of the `Google.Cloud.Connectors.V1.dll` assembly."]]],[]]