public sealed class DeleteScheduleRequest : IMessage<DeleteScheduleRequest>, IEquatable<DeleteScheduleRequest>, IDeepCloneable<DeleteScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class DeleteScheduleRequest.
[[["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 page provides reference documentation for the `DeleteScheduleRequest` class within the AI Platform Notebooks v1 API, specifically version 2.0.0, for .NET."],["The `DeleteScheduleRequest` class is used to request the deletion of a schedule and inherits from the base `Object` class, while implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors: a default constructor and one that accepts another `DeleteScheduleRequest` object as a parameter, while also having properties such as `Name` which stores the full path of a schedule, and `ScheduleName`, which provides a typed view of the schedule's resource name."],["The content also offers a list of different versions for the `DeleteScheduleRequest` class, ranging from version 2.5.0 down to 1.0.0-beta04, allowing navigation to previous versions."]]],[]]