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."],[[["The latest version of the `UpdateSlateRequest` class is 3.3.0, as shown by the version listing."],["`UpdateSlateRequest` is a request message for the `VideoStitcherService.updateSlate` method within the Video Stitcher v1 API."],["This class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has two constructors: a default constructor `UpdateSlateRequest()` and an overload `UpdateSlateRequest(UpdateSlateRequest other)` for creating copies."],["Key properties of this class include `Slate`, representing the updated resource, and `UpdateMask`, used to specify which fields should be updated."]]],[]]