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."],[[["The latest version of the Google Cloud Monitoring v3 API for `CreateSnoozeRequest` is 3.15.0, with multiple previous versions available for reference, spanning from 2.3.0 to 3.14.0."],["`CreateSnoozeRequest` is a class for defining the creation of a `Snooze` within a specific Google Cloud project, inheriting from `object` and implementing several interfaces."],["Users creating a `Snooze` must define the `Snooze` body and specify the parent project using the format `projects/[PROJECT_ID_OR_NUMBER]`, while omitting the `name` field."],["The class provides constructors to create new instances with or without initial data, as well as methods inherited from the base object class, and two properties, `Parent` and `Snooze`."],["The `Parent` and `ParentAsProjectName` properties are used to identify the Google Cloud Project in which the snooze will be created."]]],[]]