public sealed class GetGlobalSettingsRequest : IMessage<GetGlobalSettingsRequest>, IEquatable<GetGlobalSettingsRequest>, IDeepCloneable<GetGlobalSettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class GetGlobalSettingsRequest.
[[["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 `GetGlobalSettingsRequest` class within the Integration Connectors v1 API, specifically version 1.1.0."],["The `GetGlobalSettingsRequest` class is a request for getting global settings and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `object` class and includes methods like `GetHashCode()`, `GetType()`, and `ToString()` from that parent class."],["It contains two constructors, a parameterless one, and one that takes another `GetGlobalSettingsRequest` as a parameter to copy its data."],["The class has properties for `Name`, which is a required string representing the resource name of the settings, and a `SettingsName` property which is a typed view over the resource name."]]],[]]