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."],["The `DeleteSlateRequest` class is used to formulate requests for deleting a slate via the `VideoStitcherService.deleteSlate` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support its functionality."],["It has two constructors: a default constructor and one that accepts another `DeleteSlateRequest` object as a parameter, allowing for object copying."],["The `Name` and `SlateName` properties are critical, allowing one to set the resource name, in string format, for the slate to be deleted, or providing a type-safe view of that resource name respectively."]]],[]]