Video Stitcher v1 API - Class StaticAdResource (1.0.0)

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

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

Metadata for a static ad resource.

Inheritance

Object > StaticAdResource

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

StaticAdResource()

public StaticAdResource()

StaticAdResource(StaticAdResource)

public StaticAdResource(StaticAdResource other)
Parameter
NameDescription
otherStaticAdResource

Properties

CreativeType

public string CreativeType { get; set; }

Describes the MIME type of the ad resource.

Property Value
TypeDescription
String

Uri

public string Uri { get; set; }

URI to the static file for the ad resource.

Property Value
TypeDescription
String