Video Stitcher v1 API - Class AdTag (1.0.0)

public sealed class AdTag : IMessage<AdTag>, IEquatable<AdTag>, IDeepCloneable<AdTag>, IBufferMessage, IMessage

Reference documentation and code samples for the Video Stitcher v1 API class AdTag.

Metadata of an ad tag.

Inheritance

Object > AdTag

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

AdTag()

public AdTag()

AdTag(AdTag)

public AdTag(AdTag other)
Parameter
NameDescription
otherAdTag

Properties

Uri

public string Uri { get; set; }

Ad tag URI template.

Property Value
TypeDescription
String