Class LegalHoldsPolicyReleaseArg
The legal holds policy release arg object
Inheritance
System.Object
LegalHoldsPolicyReleaseArg
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class LegalHoldsPolicyReleaseArg
Constructors
| Improve this Doc View SourceLegalHoldsPolicyReleaseArg(String)
Initializes a new instance of the LegalHoldsPolicyReleaseArg class.
Declaration
public LegalHoldsPolicyReleaseArg(string id)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | The legal hold Id. |
Properties
| Improve this Doc View SourceId
The legal hold Id.
Declaration
public string Id { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |