Show / Hide Table of Contents

Class DocsDestination

Google Docs location where the transcript file is saved.

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

Constructors

DocsDestination()

Declaration
public DocsDestination()

DocsDestination(DocsDestination)

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

Properties

Document

Output only. The document ID for the underlying Google Docs transcript file. For example, "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Use the documents.get method of the Google Docs API (https://developers.google.com/docs/api/reference/rest/v1/documents/get) to fetch the content.

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

ExportUri

Output only. URI for the Google Docs transcript file. Use https://docs.google.com/document/d/{$DocumentId}/view to browse the transcript in the browser.

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