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 documentation for the `GetSlateRequest` class within the Google Cloud Video Stitcher v1 API, specifically version 3.2.0."],["`GetSlateRequest` is a message class used to request a slate from the VideoStitcherService and is a part of the `Google.Cloud.Video.Stitcher.V1` namespace."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cGetSlateRequest\u003e`, `IDeepCloneable\u003cGetSlateRequest\u003e`, and `IBufferMessage`, and inherits from the base `object` class."],["`GetSlateRequest` has two constructors, one default and another that accepts another `GetSlateRequest` object, and it also has properties `Name` which is the required name of the slate and `SlateName` which is the name of the slate as a type."],["The documentation includes a listing of previous versions of the class, ranging from 1.0.0 up to the latest, 3.3.0, for reference."]]],[]]