public sealed class DeleteVodConfigRequest : IMessage<DeleteVodConfigRequest>, IEquatable<DeleteVodConfigRequest>, IDeepCloneable<DeleteVodConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class DeleteVodConfigRequest.
Request message for VideoStitcherService.deleteVodConfig.
[[["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 `DeleteVodConfigRequest` class within the Google Cloud Video Stitcher v1 API."],["`DeleteVodConfigRequest` is used to request the deletion of a VOD configuration and has multiple versions available, with version 3.3.0 being the latest."],["The class inherits from the `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`DeleteVodConfigRequest` has two constructors and two properties, `Name` (string) and `VodConfigName` (VodConfigName)."],["The `Name` property, which is a required string, identifies the specific VOD config to be deleted, using a structured format."]]],[]]