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 documentation page covers the `DeleteSlateRequest` class within the Google Cloud Video Stitcher v1 API, specifically version 3.1.0."],["`DeleteSlateRequest` is a request message utilized by the `VideoStitcherService` to delete a slate."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `DeleteSlateRequest` class contains two constructors, one being parameterless, and one taking another `DeleteSlateRequest` object as the parameter."],["It features two primary properties: `Name`, which is a required string specifying the slate to delete, and `SlateName`, a typed view over the `Name` resource."]]],[]]