Dropbox .NET SDK

Class TeamMergeRequestAcceptedExtraDetails

Team merge request acceptance details

Inheritance
object
TeamMergeRequestAcceptedExtraDetails
TeamMergeRequestAcceptedExtraDetails.Other
TeamMergeRequestAcceptedExtraDetails.PrimaryTeam
TeamMergeRequestAcceptedExtraDetails.SecondaryTeam
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TeamMergeRequestAcceptedExtraDetails

Constructors

View Source

TeamMergeRequestAcceptedExtraDetails()

Initializes a new instance of the TeamMergeRequestAcceptedExtraDetails class.

Declaration
public TeamMergeRequestAcceptedExtraDetails()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public TeamMergeRequestAcceptedExtraDetails.Other AsOther { get; }
Property Value
Type Description
TeamMergeRequestAcceptedExtraDetails.Other
View Source

AsPrimaryTeam

Gets this instance as a PrimaryTeam, or null.

Declaration
public TeamMergeRequestAcceptedExtraDetails.PrimaryTeam AsPrimaryTeam { get; }
Property Value
Type Description
TeamMergeRequestAcceptedExtraDetails.PrimaryTeam
View Source

AsSecondaryTeam

Gets this instance as a SecondaryTeam, or null.

Declaration
public TeamMergeRequestAcceptedExtraDetails.SecondaryTeam AsSecondaryTeam { get; }
Property Value
Type Description
TeamMergeRequestAcceptedExtraDetails.SecondaryTeam
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsPrimaryTeam

Gets a value indicating whether this instance is PrimaryTeam

Declaration
public bool IsPrimaryTeam { get; }
Property Value
Type Description
bool
View Source

IsSecondaryTeam

Gets a value indicating whether this instance is SecondaryTeam

Declaration
public bool IsSecondaryTeam { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK