public sealed class GetSnoozeRequest : IMessage<GetSnoozeRequest>, IEquatable<GetSnoozeRequest>, IDeepCloneable<GetSnoozeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class GetSnoozeRequest.
The message definition for retrieving a Snooze. Users must specify the
field, name, which identifies the Snooze.
[[["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 webpage provides reference documentation for the `GetSnoozeRequest` class within the Google Cloud Monitoring v3 API, specifically for version 3.13.0."],["The `GetSnoozeRequest` class is used to retrieve a `Snooze` by specifying its `name`, which acts as its identifier, and it also implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a list of available versions, ranging from the latest version 3.15.0 down to version 2.3.0, with links to each version's respective documentation."],["The `GetSnoozeRequest` class has two constructors, a default one, and one to take in another `GetSnoozeRequest` object, and it has two properties, `Name`, a string, and `SnoozeName`, a SnoozeName."]]],[]]