Dropbox .NET SDK
Show / Hide Table of Contents

Class GetTranscriptAsyncCheckResult.Complete

The complete object

Inheritance
object
GetTranscriptAsyncCheckResult
GetTranscriptAsyncCheckResult.Complete
Inherited Members
GetTranscriptAsyncCheckResult.IsInProgress
GetTranscriptAsyncCheckResult.AsInProgress
GetTranscriptAsyncCheckResult.IsComplete
GetTranscriptAsyncCheckResult.AsComplete
GetTranscriptAsyncCheckResult.IsFailed
GetTranscriptAsyncCheckResult.AsFailed
GetTranscriptAsyncCheckResult.IsOther
GetTranscriptAsyncCheckResult.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public sealed class GetTranscriptAsyncCheckResult.Complete : GetTranscriptAsyncCheckResult

Constructors

View Source

Complete(GetTranscriptResult)

Initializes a new instance of the GetTranscriptAsyncCheckResult.Complete class.

Declaration
public Complete(GetTranscriptResult value)
Parameters
Type Name Description
GetTranscriptResult value

The value

Properties

View Source

Value

Gets the value of this instance.

Declaration
public GetTranscriptResult Value { get; }
Property Value
Type Description
GetTranscriptResult
  • View Source
In this article
Back to top Dropbox .NET SDK