Class TeamMergeRequestReminderShownToSecondaryTeamDetails
Sent a team merge request reminder.
Inheritance
System.Object
TeamMergeRequestReminderShownToSecondaryTeamDetails
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 TeamMergeRequestReminderShownToSecondaryTeamDetails
Constructors
| Improve this Doc View SourceTeamMergeRequestReminderShownToSecondaryTeamDetails(String)
Initializes a new instance of the TeamMergeRequestReminderShownToSecondaryTeamDetails class.
Declaration
public TeamMergeRequestReminderShownToSecondaryTeamDetails(string sentTo)
Parameters
Type | Name | Description |
---|---|---|
System.String | sentTo | The email of the primary team admin the request was sent to. |
Properties
| Improve this Doc 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 |
---|---|
System.String |