public sealed class LiveAdTagDetail : IMessage<LiveAdTagDetail>, IEquatable<LiveAdTagDetail>, IDeepCloneable<LiveAdTagDetail>, IBufferMessage, IMessageReference documentation and code samples for the Video Stitcher v1 API class LiveAdTagDetail.
Container for a live session's ad tag detail.
Implements
IMessage<LiveAdTagDetail>, IEquatable<LiveAdTagDetail>, IDeepCloneable<LiveAdTagDetail>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Stitcher.V1Assembly
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 |
RepeatedField<AdRequest> |
|
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 |
|