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 page provides reference documentation for the `CreateSnoozeRequest` class within the Google Cloud Monitoring v3 API, specifically for the .NET environment."],["The `CreateSnoozeRequest` class, found in the `Google.Cloud.Monitoring.V3` namespace, is used to define the request for creating a new `Snooze` in Google Cloud Monitoring, omitting the name field which is populated by the API."],["The `CreateSnoozeRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `object` class."],["The page lists available versions ranging from 2.3.0 to 3.15.0, including the latest, with links to the documentation for each version, and contains two constructors for creating instances of the `CreateSnoozeRequest` class."],["The class has two key properties: `Parent`, representing the project in which the `Snooze` should be created, and `Snooze`, representing the `Snooze` to be created, with the `name` field omitted."]]],[]]