Live Stream v1 API - Class GetDvrSessionRequest (1.9.0)

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

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

Request message for "LivestreamService.GetDvrSession".

Inheritance

object > GetDvrSessionRequest

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

GetDvrSessionRequest()

public GetDvrSessionRequest()

GetDvrSessionRequest(GetDvrSessionRequest)

public GetDvrSessionRequest(GetDvrSessionRequest other)
Parameter
Name Description
other GetDvrSessionRequest

Properties

DvrSessionName

public DvrSessionName DvrSessionName { get; set; }

DvrSessionName-typed view over the Name resource name property.

Property Value
Type Description
DvrSessionName

Name

public string Name { get; set; }

Required. Name of the resource, in the following form: projects/{project}/locations/{location}/channels/{channelId}/dvrSessions/{dvrSessionId}.

Property Value
Type Description
string