public sealed class GetScheduleRequest : IMessage<GetScheduleRequest>, IEquatable<GetScheduleRequest>, IDeepCloneable<GetScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class GetScheduleRequest.
[[["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 `GetScheduleRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.3.0."],["The `GetScheduleRequest` class is used to request a scheduled notebook and inherits from the `object` class while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one (`GetScheduleRequest()`) and another that takes another `GetScheduleRequest` instance as input for copying (`GetScheduleRequest(GetScheduleRequest other)`)."],["The `GetScheduleRequest` class has two properties, `Name` and `ScheduleName`, both having to do with the scheduled notebook name."],["This page contains a list of all versions available for the `GetScheduleRequest`, the latest being 2.5.0."]]],[]]