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 document provides reference information for the `GetGlobalSettingsRequest` class within the Integration Connectors v1 API, specifically for the .NET environment."],["The `GetGlobalSettingsRequest` class is used to request global settings and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is available across multiple versions, with the latest being version 1.3.0 and it inherits from the `object` class."],["The class has two constructors, `GetGlobalSettingsRequest()` and `GetGlobalSettingsRequest(GetGlobalSettingsRequest other)`, as well as two properties, `Name` (a string) and `SettingsName` (a `SettingsName` type)."]]],[]]