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 documentation page covers the `CreateSnoozeRequest` class within the Google Cloud Monitoring v3 API for .NET, detailing its purpose, usage, and available versions."],["The `CreateSnoozeRequest` class is used to define the request for creating a `Snooze`, requiring the project and the body of the `Snooze` to be specified, but the name is omitted, as it will be generated by the API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for its functionality."],["There are multiple versions of the documentation available, spanning from version 2.3.0 up to the latest version 3.15.0, allowing users to refer to specific version details."],["The `CreateSnoozeRequest` class includes properties such as `Parent` (the project), `ParentAsProjectName` (a resource name typed view), and `Snooze` (the body of the snooze), all of which are used to configure the creation of a `Snooze`."]]],[]]