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.
Implements
IMessageStaticAdResource, IEquatableStaticAdResource, IDeepCloneableStaticAdResource, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
StaticAdResource()
public StaticAdResource()
StaticAdResource(StaticAdResource)
public StaticAdResource(StaticAdResource other)
Parameter | |
---|---|
Name | Description |
other |
StaticAdResource |
Properties
CreativeType
public string CreativeType { get; set; }
Describes the MIME type of the ad resource.
Property Value | |
---|---|
Type | Description |
string |
Uri
public string Uri { get; set; }
URI to the static file for the ad resource.
Property Value | |
---|---|
Type | Description |
string |