Show / Hide Table of Contents

Class GetTranscriptRequest

Request for GetTranscript method.

Inheritance
object
GetTranscriptRequest
Implements
IMessage<GetTranscriptRequest>
IEquatable<GetTranscriptRequest>
IDeepCloneable<GetTranscriptRequest>
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 GetTranscriptRequest : IMessage<GetTranscriptRequest>, IEquatable<GetTranscriptRequest>, IDeepCloneable<GetTranscriptRequest>, IBufferMessage, IMessage

Constructors

GetTranscriptRequest()

Declaration
public GetTranscriptRequest()

GetTranscriptRequest(GetTranscriptRequest)

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

Properties

Name

Required. Resource name of the transcript.

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

TranscriptName

TranscriptName-typed view over the Name resource name property.

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