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 documentation for the `DeleteSlateRequest` class within the Google Cloud Video Stitcher v1 API, specifically for version 3.2.0."],["`DeleteSlateRequest` is a request message used for the `VideoStitcherService.deleteSlate` method, allowing users to delete a specific slate resource."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with various inherited members from the base object class."],["It includes a `Name` property, which is a required string to identify the slate to delete, and a `SlateName` property providing a typed view over the `Name`."],["The `DeleteSlateRequest` class is available in multiple version, from 1.0.0 to the latest 3.3.0, allowing for backwards compatibility."]]],[]]