public sealed class CreateSnoozeRequest : IMessage<CreateSnoozeRequest>, IEquatable<CreateSnoozeRequest>, IDeepCloneable<CreateSnoozeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class CreateSnoozeRequest.
The message definition for creating a Snooze. Users must provide the body
of the Snooze to be created but must omit the Snooze field, name.
[[["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 documentation for the `CreateSnoozeRequest` class within the Google Cloud Monitoring v3 API, detailing its usage for creating a `Snooze`."],["The `CreateSnoozeRequest` class is part of the `Google.Cloud.Monitoring.V3` namespace and is available in the `Google.Cloud.Monitoring.V3.dll` assembly."],["The `CreateSnoozeRequest` class includes properties like `Parent` and `Snooze`, which are used to specify the project and the snooze configuration respectively, when making a request."],["The documentation offers access to multiple versions of the API, ranging from the latest version 3.15.0 down to 2.3.0, and provides examples of its implementation, including constructors."],["`CreateSnoozeRequest` class implementes various interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]