public sealed class GetLiveAdTagDetailRequest : IMessage<GetLiveAdTagDetailRequest>, IEquatable<GetLiveAdTagDetailRequest>, IDeepCloneable<GetLiveAdTagDetailRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class GetLiveAdTagDetailRequest.
Request message for VideoStitcherService.getLiveAdTagDetail
[[["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 information for the `GetLiveAdTagDetailRequest` class, a part of the Video Stitcher v1 API in the Google Cloud environment."],["The `GetLiveAdTagDetailRequest` class is used to request details about a live ad tag and is associated with multiple versions, with version 3.3.0 being the latest."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all under the `Google.Cloud.Video.Stitcher.V1` namespace."],["The `GetLiveAdTagDetailRequest` class includes properties like `LiveAdTagDetailName` and `Name`, where `Name` is required and specifies the resource's name in a specific format."],["The assembly for this class is found in `Google.Cloud.Video.Stitcher.V1.dll`, and the class includes two constructors; a default constructor, and one that uses another `GetLiveAdTagDetailRequest` as input."]]],[]]