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-04-17 UTC."],[[["This webpage provides reference documentation for the `CreateSnoozeRequest` class within the Google Cloud Monitoring v3 API, specifically for the .NET environment."],["The `CreateSnoozeRequest` class, a sealed class, is used to define the message for creating a `Snooze` in Google Cloud Monitoring and it inherits from `object` and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 3.15.0, and the webpage provides links to documentation for version 3.14.0 and many previous versions down to 2.3.0, all for `CreateSnoozeRequest`."],["The class includes properties for `Parent` (project name where the `Snooze` will be created) and `Snooze` (the actual snooze data), where the `Snooze` property requires the `name` field to be omitted."],["The class features two constructors, `CreateSnoozeRequest()` which is a default constructor, and `CreateSnoozeRequest(CreateSnoozeRequest other)` which takes an existing `CreateSnoozeRequest` as a parameter."]]],[]]