Show / Hide Table of Contents

Class GetRecordingRequest

Request message for GetRecording method.

Inheritance
object
GetRecordingRequest
Implements
IMessage<GetRecordingRequest>
IEquatable<GetRecordingRequest>
IDeepCloneable<GetRecordingRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Meet.V2Beta
Assembly: Google.Apps.Meet.V2Beta.dll
Syntax
public sealed class GetRecordingRequest : IMessage<GetRecordingRequest>, IEquatable<GetRecordingRequest>, IDeepCloneable<GetRecordingRequest>, IBufferMessage, IMessage

Constructors

GetRecordingRequest()

Declaration
public GetRecordingRequest()

GetRecordingRequest(GetRecordingRequest)

Declaration
public GetRecordingRequest(GetRecordingRequest other)
Parameters
Type Name Description
GetRecordingRequest other

Properties

Name

Required. Resource name of the recording.

Declaration
public string Name { get; set; }
Property Value
Type Description
string

RecordingName

RecordingName-typed view over the Name resource name property.

Declaration
public RecordingName RecordingName { get; set; }
Property Value
Type Description
RecordingName
In this article
Back to top Generated by DocFX