public sealed class AdTag : IMessage<AdTag>, IEquatable<AdTag>, IDeepCloneable<AdTag>, IBufferMessage, IMessageReference documentation and code samples for the Video Stitcher v1 API class AdTag.
Metadata of an ad tag.
Namespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
AdTag()
public AdTag()AdTag(AdTag)
public AdTag(AdTag other)| Parameter | |
|---|---|
| Name | Description |
other |
AdTag |
Properties
Uri
public string Uri { get; set; }Ad tag URI template.
| Property Value | |
|---|---|
| Type | Description |
String |
|