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.
Required. The resource name of the settings to retrieve.
Format:
organizations/{organization}/locations/{location}/settings or
projects/{projects}/locations/{location}/settings.
[[["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 usage."],["The latest version of the `GetSettingsRequest` class is 1.7.0, and there are seven previous versions dating back to 1.0.0 available for use."],["`GetSettingsRequest` class is a request type used for the GetSettings endpoint, and it inherits from `object` while also implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name` (a string) and `SettingsName` (of type `SettingsName`), used to specify the resource name of the settings to be retrieved."],["There are two constructors available for the `GetSettingsRequest` class: a parameterless constructor and one that accepts another `GetSettingsRequest` instance."]]],[]]