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 reference documentation for the `CreateSnoozeRequest` class within the Google Cloud Monitoring v3 API, specifically for version 3.13.0 and other versions, including the latest version 3.15.0."],["The `CreateSnoozeRequest` class is used to define and send a request to create a `Snooze` in the Monitoring API, and it requires the body of the `Snooze` while automatically omitting the `name` field."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, comparison, and cloning."],["The `CreateSnoozeRequest` class contains properties like `Parent` (which defines the project where the `Snooze` is created), `ParentAsProjectName`, and `Snooze` (the `Snooze` to be created)."],["The page lists multiple versions of the api class for reference going as far back as version 2.3.0."]]],[]]