Video Stitcher v1 API - Class VodAdTagDetail (2.0.0)

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

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

Information related to the details for one ad tag.

Inheritance

object > VodAdTagDetail

Namespace

GoogleCloudGoogle.Cloud.VideoGoogle.Cloud.Video.StitcherV1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

VodAdTagDetail()

public VodAdTagDetail()

VodAdTagDetail(VodAdTagDetail)

public VodAdTagDetail(VodAdTagDetail other)
Parameter
NameDescription
otherVodAdTagDetail

Properties

AdRequests

public RepeatedField<AdRequest> AdRequests { get; }

A list of ad requests for one ad tag.

Property Value
TypeDescription
RepeatedFieldAdRequest

Name

public string Name { get; set; }

The name of the ad tag detail for the specified VOD session, in the form of projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodAdTagDetails/{id}.

Property Value
TypeDescription
string

VodAdTagDetailName

public VodAdTagDetailName VodAdTagDetailName { get; set; }

VodAdTagDetailName-typed view over the Name resource name property.

Property Value
TypeDescription
VodAdTagDetailName