Live Stream v1 API - Class ListDvrSessionsResponse (1.9.0)

public sealed class ListDvrSessionsResponse : IPageResponse<DvrSession>, IEnumerable<DvrSession>, IEnumerable, IMessage<ListDvrSessionsResponse>, IEquatable<ListDvrSessionsResponse>, IDeepCloneable<ListDvrSessionsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Live Stream v1 API class ListDvrSessionsResponse.

Response message for "LivestreamService.ListDvrSessions".

Inheritance

object > ListDvrSessionsResponse

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

ListDvrSessionsResponse()

public ListDvrSessionsResponse()

ListDvrSessionsResponse(ListDvrSessionsResponse)

public ListDvrSessionsResponse(ListDvrSessionsResponse other)
Parameter
Name Description
other ListDvrSessionsResponse

Properties

DvrSessions

public RepeatedField<DvrSession> DvrSessions { get; }

The list of DVR sessions

Property Value
Type Description
RepeatedFieldDvrSession

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results the server should return.

Property Value
Type Description
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<DvrSession> GetEnumerator()

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

Returns
Type Description
IEnumeratorDvrSession