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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]