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 for .NET."],["The latest version of the API documented is 3.15.0, with versions back to 2.3.0 also listed, with the current view being 3.4.0."],["`GetSnoozeRequest` is used to retrieve a specific `Snooze` by its ID, requiring the `name` field to identify the `Snooze` resource."],["The `GetSnoozeRequest` class includes properties such as `Name`, which is a string representing the Snooze ID, and `SnoozeName`, a typed view of the `Name` property."],["The GetSnoozeRequest has multiple constructors; one default and one that takes in another GetSnoozeRequest object."]]],[]]