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