public sealed class DeleteSlateRequest : IMessage<DeleteSlateRequest>, IEquatable<DeleteSlateRequest>, IDeepCloneable<DeleteSlateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class DeleteSlateRequest.
Request message for VideoStitcherService.deleteSlate.
[[["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 `DeleteSlateRequest` class within the Google Cloud Video Stitcher v1 API, specifically version 2.0.0."],["`DeleteSlateRequest` is used as a request message for the `VideoStitcherService.deleteSlate` function and inherits from the `object` class, implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DeleteSlateRequest` class includes a constructor and two properties: `Name`, a string representing the resource name of the slate to delete, and `SlateName`, a typed view of the resource name."],["The latest version available is 3.3.0 and the documented version (2.0.0) is one of several versions listed, including 3.2.0, 3.1.0, 3.0.0, 1.1.0, and 1.0.0, that all use this `DeleteSlateRequest` class."]]],[]]