public sealed class CreateScheduleRequest : IMessage<CreateScheduleRequest>, IEquatable<CreateScheduleRequest>, IDeepCloneable<CreateScheduleRequest>, IBufferMessage, IMessage
[[["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 document provides details for the `CreateScheduleRequest` class, which is used to request the creation of scheduled notebooks within the Google Cloud Notebooks V1 API."],["The latest version of this API is `2.5.0`, while the current document describes `1.0.0-beta04`, which can also be found listed amongst previous versions."],["`CreateScheduleRequest` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with methods, constructors and inherited members outlined."],["The class includes properties such as `Parent`, `ParentAsScheduleName`, `Schedule`, and `ScheduleId`, each with specific requirements and types, including the requirement for properties such as `parent` and the `schedule` to be defined."],["It is designed to work within the `Google.Cloud.Notebooks.V1` namespace and is part of the `Google.Cloud.Notebooks.V1.dll` assembly."]]],[]]