public sealed class UpdateSlateRequest : IMessage<UpdateSlateRequest>, IEquatable<UpdateSlateRequest>, IDeepCloneable<UpdateSlateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class UpdateSlateRequest.
Request message for VideoStitcherService.updateSlate.
[[["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 `UpdateSlateRequest` class within the Google Cloud Video Stitcher v1 API, specifically version 2.0.0."],["`UpdateSlateRequest` is a message used to request the update of a slate, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateSlateRequest` class inherits from the base `object` class and contains properties such as `Slate` and `UpdateMask`, which are used to define the resource to be updated and the fields to be modified, respectively."],["There are multiple versions of the `UpdateSlateRequest` class, ranging from 1.0.0 to 3.3.0 (latest), and this page is specifically about version 2.0.0."]]],[]]