Class GroupDeleteDetails
Deleted group.
Inheritance
System.Object
GroupDeleteDetails
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 GroupDeleteDetails
Constructors
| Improve this Doc View SourceGroupDeleteDetails(Nullable<Boolean>)
Initializes a new instance of the GroupDeleteDetails class.
Declaration
public GroupDeleteDetails(bool? isCompanyManaged = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Boolean> | isCompanyManaged | Is company managed group. |
Properties
| Improve this Doc View SourceIsCompanyManaged
Is company managed group.
Declaration
public bool? IsCompanyManaged { get; protected set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |