Video Stitcher v1 API - Class GetLiveAdTagDetailRequest (3.1.0)

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

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

Request message for VideoStitcherService.getLiveAdTagDetail

Inheritance

object > GetLiveAdTagDetailRequest

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

GetLiveAdTagDetailRequest()

public GetLiveAdTagDetailRequest()

GetLiveAdTagDetailRequest(GetLiveAdTagDetailRequest)

public GetLiveAdTagDetailRequest(GetLiveAdTagDetailRequest other)
Parameter
NameDescription
otherGetLiveAdTagDetailRequest

Properties

LiveAdTagDetailName

public LiveAdTagDetailName LiveAdTagDetailName { get; set; }

LiveAdTagDetailName-typed view over the Name resource name property.

Property Value
TypeDescription
LiveAdTagDetailName

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string