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-09 UTC."],[[["The `CreateSnoozeRequest` class, part of the Google Cloud Monitoring v3 API, is used to define a request for creating a new `Snooze`, which is part of the Google Cloud Monitoring service."],["The latest version of the API in this documentation is 3.15.0, while this page specifically documents version 3.6.0 of the CreateSnoozeRequest class."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to be used in the .NET framework."],["The `CreateSnoozeRequest` class requires the project name in which to create the `Snooze` and the `Snooze` object to be created, omitting the `name` field, which will be populated by the API."],["The `CreateSnoozeRequest` page provides access to different versions, ranging from 2.3.0 up to the latest 3.15.0, with documentation for each version of the `CreateSnoozeRequest`."]]],[]]