Class MembersAddLaunchV2Result
The members add launch v2 result object
Inheritance
MembersAddLaunchV2Result
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class MembersAddLaunchV2Result
Constructors
View SourceMembersAddLaunchV2Result()
Initializes a new instance of the MembersAddLaunchV2Result class.
Declaration
public MembersAddLaunchV2Result()
Properties
View SourceAsAsyncJobId
Gets this instance as a AsyncJobId, or null.
Declaration
public MembersAddLaunchV2Result.AsyncJobId AsAsyncJobId { get; }
Property Value
| Type | Description |
|---|---|
| MembersAddLaunchV2Result.AsyncJobId |
AsComplete
Gets this instance as a Complete, or null.
Declaration
public MembersAddLaunchV2Result.Complete AsComplete { get; }
Property Value
| Type | Description |
|---|---|
| MembersAddLaunchV2Result.Complete |
AsOther
Gets this instance as a Other, or null.
Declaration
public MembersAddLaunchV2Result.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| MembersAddLaunchV2Result.Other |
IsAsyncJobId
Gets a value indicating whether this instance is AsyncJobId
Declaration
public bool IsAsyncJobId { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsComplete
Gets a value indicating whether this instance is Complete
Declaration
public bool IsComplete { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |