public sealed class GetVodSessionRequest : IMessage<GetVodSessionRequest>, IEquatable<GetVodSessionRequest>, IDeepCloneable<GetVodSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class GetVodSessionRequest.
Request message for VideoStitcherService.getVodSession
[[["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 page provides reference documentation for the `GetVodSessionRequest` class within the Video Stitcher v1 API, specifically for version 1.1.0."],["`GetVodSessionRequest` is used to send a request for retrieving a VOD session through the `VideoStitcherService.getVodSession` function."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `Object` class."],["The class has a constructor and contains properties such as `Name` and `VodSessionName`, where `Name` is a required property that defines the VOD session's unique resource name."],["The documentation provided also references previous versions of the API from 1.0.0 to 3.3.0 for the same function, `GetVodSessionRequest`, allowing the user to reference various iterations."]]],[]]