Video Stitcher v1 API - Class LiveAdTagDetail (3.2.0)

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

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

Container for a live session's ad tag detail.

Inheritance

object > LiveAdTagDetail

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

LiveAdTagDetail()

public LiveAdTagDetail()

LiveAdTagDetail(LiveAdTagDetail)

public LiveAdTagDetail(LiveAdTagDetail other)
Parameter
Name Description
other LiveAdTagDetail

Properties

AdRequests

public RepeatedField<AdRequest> AdRequests { get; }

A list of ad requests.

Property Value
Type Description
RepeatedFieldAdRequest

LiveAdTagDetailName

public LiveAdTagDetailName LiveAdTagDetailName { get; set; }

LiveAdTagDetailName-typed view over the Name resource name property.

Property Value
Type Description
LiveAdTagDetailName

Name

public string Name { get; set; }

The resource name in the form of projects/{project}/locations/{location}/liveSessions/{live_session}/liveAdTagDetails/{id}.

Property Value
Type Description
string