public sealed class GetVodAdTagDetailRequest : IMessage<GetVodAdTagDetailRequest>, IEquatable<GetVodAdTagDetailRequest>, IDeepCloneable<GetVodAdTagDetailRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class GetVodAdTagDetailRequest.
Request message for VideoStitcherService.getVodAdTagDetail
Required. The name of the ad tag detail for the specified VOD session, in
the form of
projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodAdTagDetails/{vod_ad_tag_detail}.
[[["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 covers the `GetVodAdTagDetailRequest` class, which is used in the Video Stitcher v1 API for retrieving ad tag details for VOD sessions."],["The `GetVodAdTagDetailRequest` class has two constructors: a default constructor and one that accepts another `GetVodAdTagDetailRequest` instance for copying."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["Key properties of this request class include `Name`, which is a required field specifying the resource name of the ad tag detail, and `VodAdTagDetailName`, a typed view over the `Name` property."],["The documentation is available in multiple versions of the API, ranging from version 1.0.0 to the latest 3.3.0, all with documentation covering the same functionality."]]],[]]