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