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-04-17 UTC."],[[["This webpage provides documentation for the `GetSnoozeRequest` class within the Google Cloud Monitoring v3 API, specifically for the .NET environment."],["The `GetSnoozeRequest` class is designed for retrieving a `Snooze` and requires the user to specify the `name` field to identify the target `Snooze`."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `object` class."],["The `GetSnoozeRequest` class has two constructors, one default and one taking another `GetSnoozeRequest` as a parameter for copying."],["The documentation shows the class properties `Name`, which is a string, and `SnoozeName`, which is a `SnoozeName`-typed view of the `Name` property, each one having its description and its use case."]]],[]]