Video Stitcher v1 API - Class HtmlAdResource (3.0.0-beta03)

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

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

Metadata for an HTML ad resource.

Inheritance

object > HtmlAdResource

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

HtmlAdResource()

public HtmlAdResource()

HtmlAdResource(HtmlAdResource)

public HtmlAdResource(HtmlAdResource other)
Parameter
NameDescription
otherHtmlAdResource

Properties

HtmlSource

public string HtmlSource { get; set; }

The HTML to display for the ad resource.

Property Value
TypeDescription
string