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.
Implements
IMessageVodAdTagDetail, IEquatableVodAdTagDetail, IDeepCloneableVodAdTagDetail, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.VideoGoogle.Cloud.Video.StitcherV1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
VodAdTagDetail()
public VodAdTagDetail()
VodAdTagDetail(VodAdTagDetail)
public VodAdTagDetail(VodAdTagDetail other)
Parameter | |
---|---|
Name | Description |
other | VodAdTagDetail |
Properties
AdRequests
public RepeatedField<AdRequest> AdRequests { get; }
A list of ad requests for one ad tag.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
VodAdTagDetailName
public VodAdTagDetailName VodAdTagDetailName { get; set; }
VodAdTagDetailName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
VodAdTagDetailName |