public sealed class CreateScheduleRequest : IMessage<CreateScheduleRequest>, IEquatable<CreateScheduleRequest>, IDeepCloneable<CreateScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class CreateScheduleRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `CreateScheduleRequest` class within the Google Cloud Notebooks v1 API, specifically version 2.3.0, which is used to request the creation of scheduled notebooks."],["The `CreateScheduleRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["This class offers two constructors: a default constructor and one that accepts another `CreateScheduleRequest` object for creating a new instance."],["The `CreateScheduleRequest` class has properties like `Parent`, `ParentAsScheduleName`, `Schedule`, and `ScheduleId` that are essential for defining the schedule creation request, with most of the properties having a required field."],["The document also lists the different versions of the `CreateScheduleRequest` class, from 1.0.0-beta04 up to the latest version, 2.5.0, available for the Notebooks v1 API."]]],[]]