• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class TeamMergeRequestReminderExtraDetails

Team merge request reminder details

Inheritance
System.Object
TeamMergeRequestReminderExtraDetails
TeamMergeRequestReminderExtraDetails.Other
TeamMergeRequestReminderExtraDetails.PrimaryTeam
TeamMergeRequestReminderExtraDetails.SecondaryTeam
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 TeamMergeRequestReminderExtraDetails

Constructors

| Improve this Doc View Source

TeamMergeRequestReminderExtraDetails()

Initializes a new instance of the TeamMergeRequestReminderExtraDetails class.

Declaration
public TeamMergeRequestReminderExtraDetails()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public TeamMergeRequestReminderExtraDetails.Other AsOther { get; }
Property Value
Type Description
TeamMergeRequestReminderExtraDetails.Other
| Improve this Doc View Source

AsPrimaryTeam

Gets this instance as a PrimaryTeam, or null.

Declaration
public TeamMergeRequestReminderExtraDetails.PrimaryTeam AsPrimaryTeam { get; }
Property Value
Type Description
TeamMergeRequestReminderExtraDetails.PrimaryTeam
| Improve this Doc View Source

AsSecondaryTeam

Gets this instance as a SecondaryTeam, or null.

Declaration
public TeamMergeRequestReminderExtraDetails.SecondaryTeam AsSecondaryTeam { get; }
Property Value
Type Description
TeamMergeRequestReminderExtraDetails.SecondaryTeam
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPrimaryTeam

Gets a value indicating whether this instance is PrimaryTeam

Declaration
public bool IsPrimaryTeam { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSecondaryTeam

Gets a value indicating whether this instance is SecondaryTeam

Declaration
public bool IsSecondaryTeam { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamMergeRequestReminderExtraDetails()
  • Properties
    • AsOther
    • AsPrimaryTeam
    • AsSecondaryTeam
    • IsOther
    • IsPrimaryTeam
    • IsSecondaryTeam
Back to top Generated by DocFX