public sealed class GetSlateRequest : IMessage<GetSlateRequest>, IEquatable<GetSlateRequest>, IDeepCloneable<GetSlateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class GetSlateRequest.
Request message for VideoStitcherService.getSlate.
[[["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-04-02 UTC."],[[["The latest version available for the `GetSlateRequest` class is 3.3.0, while version 3.0.0 is the current context."],["`GetSlateRequest` is a class in the Google Cloud Video Stitcher v1 API, serving as the request message for retrieving a slate via `VideoStitcherService.getSlate`."],["The `GetSlateRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it follows certain programming patterns and functionalities."],["The class allows instantiation with a default constructor or a copy constructor and includes properties like `Name` (a string) and `SlateName` (a `SlateName` type) to define the slate resource to retrieve."],["There are versions of this class available from 1.0.0 up until the latest 3.3.0, indicating this is a class that has been updated and evolved."]]],[]]