Video Stitcher v1 API - Class ListLiveAdTagDetailsRequest (3.1.0)

public sealed class ListLiveAdTagDetailsRequest : IMessage<ListLiveAdTagDetailsRequest>, IEquatable<ListLiveAdTagDetailsRequest>, IDeepCloneable<ListLiveAdTagDetailsRequest>, IBufferMessage, IMessage, IPageRequest

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

Request message for VideoStitcherService.listLiveAdTagDetails.

Inheritance

object > ListLiveAdTagDetailsRequest

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

ListLiveAdTagDetailsRequest()

public ListLiveAdTagDetailsRequest()

ListLiveAdTagDetailsRequest(ListLiveAdTagDetailsRequest)

public ListLiveAdTagDetailsRequest(ListLiveAdTagDetailsRequest other)
Parameter
NameDescription
otherListLiveAdTagDetailsRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of items to return.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The pagination token returned from a previous List request.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
string

ParentAsLiveSessionName

public LiveSessionName ParentAsLiveSessionName { get; set; }

LiveSessionName-typed view over the Parent resource name property.

Property Value
TypeDescription
LiveSessionName