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 documentation for the `UpdateSlateRequest` class within the Google Cloud Video Stitcher v1 API, specifically for version 3.0.0."],["`UpdateSlateRequest` is used as a request message for the `VideoStitcherService.updateSlate` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes inherited members such as `GetHashCode`, `GetType`, and `ToString`."],["It contains two constructors, a default constructor and one that accepts another `UpdateSlateRequest` object, as well as two properties: `Slate` for updated resource fields, and `UpdateMask` to specify which fields should be updated."],["The latest version for this class is 3.3.0, and older versions are available, ranging back to 1.0.0."]]],[]]