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 information for the `DeleteScheduleRequest` class within the Google Cloud Notebooks v1 API, specifically version 2.3.0 of the .NET library."],["The `DeleteScheduleRequest` class is used to formulate a request to delete a schedule within the AI Platform Notebooks service, and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from the base `object` class and includes methods like `GetHashCode`, `GetType`, and `ToString`."],["The `DeleteScheduleRequest` class has two constructors, one parameterless, and one accepting another `DeleteScheduleRequest` object, as well as properties such as `Name`, which takes a string formatted as `projects/{project_id}/locations/{location}/schedules/{schedule_id}`, and a strongly typed `ScheduleName`."],["This resource also includes a listing of previous versions that are available for the `DeleteScheduleRequest` class such as 2.5.0, 2.4.0, 2.2.0, 2.1.0, 2.0.0 and 1.0.0-beta04, with 2.5.0 being the most recent."]]],[]]