Show / Hide Table of Contents

Class PrimaryTeamRequestExpiredDetails

Team merge request expiration details shown to the primary team

Inheritance
System.Object
PrimaryTeamRequestExpiredDetails
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 PrimaryTeamRequestExpiredDetails

Constructors

| Improve this Doc View Source

PrimaryTeamRequestExpiredDetails(String, String)

Initializes a new instance of the PrimaryTeamRequestExpiredDetails class.

Declaration
public PrimaryTeamRequestExpiredDetails(string secondaryTeam, string sentBy)
Parameters
Type Name Description
System.String secondaryTeam

The secondary team name.

System.String sentBy

The name of the secondary team admin who sent the request originally.

Properties

| Improve this Doc View Source

SecondaryTeam

The secondary team name.

Declaration
public string SecondaryTeam { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SentBy

The name of the secondary team admin who sent the request originally.

Declaration
public string SentBy { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PrimaryTeamRequestExpiredDetails(String, String)
  • Properties
    • SecondaryTeam
    • SentBy
Back to top Generated by DocFX