Class TrustedTeamsRequestAction
The trusted teams request action object
Inheritance
System.Object
TrustedTeamsRequestAction
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TrustedTeamsRequestAction
Constructors
| Improve this Doc View SourceTrustedTeamsRequestAction()
Initializes a new instance of the TrustedTeamsRequestAction class.
Declaration
public TrustedTeamsRequestAction()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsDeclined
Gets a value indicating whether this instance is Declined
Declaration
public bool IsDeclined { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsExpired
Gets a value indicating whether this instance is Expired
Declaration
public bool IsExpired { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInvited
Gets a value indicating whether this instance is Invited
Declaration
public bool IsInvited { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRevoked
Gets a value indicating whether this instance is Revoked
Declaration
public bool IsRevoked { get; }
Property Value
Type | Description |
---|---|
System.Boolean |