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."],[[["The latest version of the `DeleteScheduleRequest` class is 2.5.0, within the `Google.Cloud.Notebooks.V1` API."],["`DeleteScheduleRequest` is a class used to request the deletion of a schedule in the AI Platform Notebooks v1 API."],["The `DeleteScheduleRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and another that takes another `DeleteScheduleRequest` object as a parameter."],["It contains properties `Name` of type string, which is required and represents the schedule's resource path, and `ScheduleName`, which provides a typed view of the schedule's name."]]],[]]