Class GetTextAsyncCheckResult.Complete
The complete object
Inherited Members
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public sealed class GetTextAsyncCheckResult.Complete : GetTextAsyncCheckResult
Constructors
View SourceComplete(GetTextResult)
Initializes a new instance of the GetTextAsyncCheckResult.Complete class.
Declaration
public Complete(GetTextResult value)
Parameters
| Type | Name | Description |
|---|---|---|
| GetTextResult | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public GetTextResult Value { get; }
Property Value
| Type | Description |
|---|---|
| GetTextResult |