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"]],[["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 reference documentation for the `DeleteScheduleRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.2.0."],["The `DeleteScheduleRequest` class is used to request the deletion of a schedule and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["There are multiple versions available, with the latest being 2.5.0, and others including versions 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, and 1.0.0-beta04."],["The `DeleteScheduleRequest` class has two constructors and two properties: `Name`, which is the formatted resource name of the schedule to delete, and `ScheduleName`, a typed view over the `Name`."],["This class inherits basic methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from the base `Object` class."]]],[]]