public sealed class GetRuntimeConfigRequest : IMessage<GetRuntimeConfigRequest>, IEquatable<GetRuntimeConfigRequest>, IDeepCloneable<GetRuntimeConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class GetRuntimeConfigRequest.
[[["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 `GetRuntimeConfigRequest` class within the Integration Connectors v1 API."],["`GetRuntimeConfigRequest` is used as a request message for the `Connectors.GetRuntimeConfig` method."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRuntimeConfigRequest` class includes two properties: `Name`, a string representing the resource name, and `RuntimeConfigName`, a typed view of the `Name` property."],["There are two constructor options for this class, one with no arguments and one taking another instance of this same class as a parameter."]]],[]]