Class TrustedTeamsRequestAction
The trusted teams request action object
Inheritance
TrustedTeamsRequestAction
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TrustedTeamsRequestAction
Constructors
View SourceTrustedTeamsRequestAction()
Initializes a new instance of the TrustedTeamsRequestAction class.
Declaration
public TrustedTeamsRequestAction()
Properties
View SourceAsAccepted
Gets this instance as a Accepted, or null.
Declaration
public TrustedTeamsRequestAction.Accepted AsAccepted { get; }
Property Value
| Type | Description |
|---|---|
| TrustedTeamsRequestAction.Accepted |
AsDeclined
Gets this instance as a Declined, or null.
Declaration
public TrustedTeamsRequestAction.Declined AsDeclined { get; }
Property Value
| Type | Description |
|---|---|
| TrustedTeamsRequestAction.Declined |
AsExpired
Gets this instance as a Expired, or null.
Declaration
public TrustedTeamsRequestAction.Expired AsExpired { get; }
Property Value
| Type | Description |
|---|---|
| TrustedTeamsRequestAction.Expired |
AsInvited
Gets this instance as a Invited, or null.
Declaration
public TrustedTeamsRequestAction.Invited AsInvited { get; }
Property Value
| Type | Description |
|---|---|
| TrustedTeamsRequestAction.Invited |
AsOther
Gets this instance as a Other, or null.
Declaration
public TrustedTeamsRequestAction.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| TrustedTeamsRequestAction.Other |
AsRevoked
Gets this instance as a Revoked, or null.
Declaration
public TrustedTeamsRequestAction.Revoked AsRevoked { get; }
Property Value
| Type | Description |
|---|---|
| TrustedTeamsRequestAction.Revoked |
IsAccepted
Gets a value indicating whether this instance is Accepted
Declaration
public bool IsAccepted { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsDeclined
Gets a value indicating whether this instance is Declined
Declaration
public bool IsDeclined { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsExpired
Gets a value indicating whether this instance is Expired
Declaration
public bool IsExpired { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInvited
Gets a value indicating whether this instance is Invited
Declaration
public bool IsInvited { 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 |
IsRevoked
Gets a value indicating whether this instance is Revoked
Declaration
public bool IsRevoked { get; }
Property Value
| Type | Description |
|---|---|
| bool |