public sealed class CreateVodSessionRequest : IMessage<CreateVodSessionRequest>, IEquatable<CreateVodSessionRequest>, IDeepCloneable<CreateVodSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class CreateVodSessionRequest.
Request message for VideoStitcherService.createVodSession
[[["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 documentation details the `CreateVodSessionRequest` class, which is used to create a request for a Video-on-Demand (VOD) session in the Video Stitcher v1 API."],["The `CreateVodSessionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message objects within the API."],["The class offers two constructors, a default constructor and one that copies from another `CreateVodSessionRequest` object, offering different initialization options."],["The `Parent` property specifies the required project and location for the VOD session, while `ParentAsLocationName` provides a `LocationName`-typed view of the parent resource."],["The `VodSession` property holds the required parameters for creating a VOD session, allowing you to define the specifics of the session."]]],[]]