Video Stitcher v1 API - Class ListLiveAdTagDetailsResponse (3.1.0)

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

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

Response message for VideoStitcherService.listLiveAdTagDetails.

Inheritance

object > ListLiveAdTagDetailsResponse

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

ListLiveAdTagDetailsResponse()

public ListLiveAdTagDetailsResponse()

ListLiveAdTagDetailsResponse(ListLiveAdTagDetailsResponse)

public ListLiveAdTagDetailsResponse(ListLiveAdTagDetailsResponse other)
Parameter
NameDescription
otherListLiveAdTagDetailsResponse

Properties

LiveAdTagDetails

public RepeatedField<LiveAdTagDetail> LiveAdTagDetails { get; }

A list of live session ad tag details.

Property Value
TypeDescription
RepeatedFieldLiveAdTagDetail

NextPageToken

public string NextPageToken { get; set; }

The pagination token.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<LiveAdTagDetail> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorLiveAdTagDetail