Show / Hide Table of Contents

Class TeamMergeRequestAutoCanceledDetails

Automatically canceled team merge request.

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

Constructors

| Improve this Doc View Source

TeamMergeRequestAutoCanceledDetails(String)

Initializes a new instance of the TeamMergeRequestAutoCanceledDetails class.

Declaration
public TeamMergeRequestAutoCanceledDetails(string details = null)
Parameters
Type Name Description
System.String details

The cancellation reason.

Properties

| Improve this Doc View Source

Details

The cancellation reason.

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