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

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

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

Metadata for an IFrame ad resource.

Inheritance

object > IframeAdResource

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

IframeAdResource()

public IframeAdResource()

IframeAdResource(IframeAdResource)

public IframeAdResource(IframeAdResource other)
Parameter
NameDescription
otherIframeAdResource

Properties

Uri

public string Uri { get; set; }

URI source for an IFrame to display for the ad resource.

Property Value
TypeDescription
string