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-03-21 UTC."],[[["This document provides reference information for the `GetSlateRequest` class within the Google Cloud Video Stitcher v1 API, specifically version 2.0.0."],["`GetSlateRequest` is a class used to request a slate from the Video Stitcher service, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes a `Name` property (of type string) and a `SlateName` property (of type `SlateName`) for specifying the slate to be retrieved."],["The document lists the available versions of the GetSlateRequest, the latest version being 3.3.0."],["The document describes the constructors available for the class, which are a parameterless constructor and one that takes another `GetSlateRequest` as a parameter."]]],[]]