Class PrimaryTeamRequestReminderDetails
Team merge request reminder details shown to the primary team
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PrimaryTeamRequestReminderDetails
Constructors
View SourcePrimaryTeamRequestReminderDetails(string, string)
Initializes a new instance of the PrimaryTeamRequestReminderDetails class.
Declaration
public PrimaryTeamRequestReminderDetails(string secondaryTeam, string sentTo)
Parameters
| Type | Name | Description |
|---|---|---|
| string | secondaryTeam | The secondary team name. |
| string | sentTo | The name of the primary team admin the request was sent to. |
Properties
View SourceSecondaryTeam
The secondary team name.
Declaration
public string SecondaryTeam { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
SentTo
The name of the primary team admin the request was sent to.
Declaration
public string SentTo { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |