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 for version 1.0.0."],["The `DeleteSlateRequest` class is used to construct requests for deleting a slate via the VideoStitcherService."],["This class has been updated through multiple versions, with the latest available being version 3.3.0, and can be accessed via various previous versions on this webpage."],["The `DeleteSlateRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["Key properties of the `DeleteSlateRequest` class include `Name`, which represents the slate's resource name, and `SlateName`, which provides a typed view over the resource name."]]],[]]