public sealed class GetSettingsRequest : IMessage<GetSettingsRequest>, IEquatable<GetSettingsRequest>, IDeepCloneable<GetSettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Advisory Notifications v1 API class GetSettingsRequest.
[[["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 `GetSettingsRequest` class within the Advisory Notifications v1 API, detailing its structure and functionality."],["The `GetSettingsRequest` class is used to request settings, inheriting from `object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors, one default and another that accepts another `GetSettingsRequest` object to create an instance."],["The class includes two properties: `Name`, a string representing the resource name of the settings to retrieve, and `SettingsName`, which provides a typed view over the `Name` property."],["The document lists all previous version numbers starting at 1.0.0 and ending with the current latest 1.7.0 version."]]],[]]