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 1.1.0."],["`DeleteSlateRequest` is a class used to request the deletion of a slate, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that allows creating an instance by copying from another `DeleteSlateRequest` object."],["It has two key properties, `Name` (a string) and `SlateName` (a `SlateName` type), which represent the name of the slate to be deleted and offer a typed view of the name, respectively."],["There are several versions of this documentation, from 1.0.0 up to 3.3.0, with 3.3.0 being the most recent."]]],[]]