Show / Hide Table of Contents

Class TeamMergeRequestRevokedDetails

Canceled the team merge.

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

Constructors

| Improve this Doc View Source

TeamMergeRequestRevokedDetails(String)

Initializes a new instance of the TeamMergeRequestRevokedDetails class.

Declaration
public TeamMergeRequestRevokedDetails(string team)
Parameters
Type Name Description
System.String team

The name of the other team.

Properties

| Improve this Doc View Source

Team

The name of the other team.

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