public sealed class TriggerScheduleRequest : IMessage<TriggerScheduleRequest>, IEquatable<TriggerScheduleRequest>, IDeepCloneable<TriggerScheduleRequest>, IBufferMessage, IMessage
[[["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."],[[["The `TriggerScheduleRequest` class is used to request the creation of scheduled notebooks in the Google Cloud Notebooks V1 API."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 2.5.0, but this specific page documents version 1.0.0-beta04."],["The `TriggerScheduleRequest` class has two constructors, one default and one that takes another `TriggerScheduleRequest` object as a parameter for copying."],["The class includes properties such as `Name` and `ScheduleName`, where `Name` specifies the format and the `ScheduleName` provides a typed view."]]],[]]