Class UserCustomQuotaResult
User and their custom quota in GB (1 TB = 1024 GB). No quota returns if the user has no custom quota set.
Inheritance
System.Object
UserCustomQuotaResult
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 UserCustomQuotaResult
Constructors
| Improve this Doc View SourceUserCustomQuotaResult(UserSelectorArg, Nullable<UInt32>)
Initializes a new instance of the UserCustomQuotaResult class.
Declaration
public UserCustomQuotaResult(UserSelectorArg user, uint? quotaGb = null)
Parameters
Type | Name | Description |
---|---|---|
UserSelectorArg | user | The user |
System.Nullable<System.UInt32> | quotaGb | The quota gb |
Properties
| Improve this Doc View SourceQuotaGb
Gets the quota gb of the user custom quota result
Declaration
public uint? QuotaGb { get; protected set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.UInt32> |
User
Gets the user of the user custom quota result
Declaration
public UserSelectorArg User { get; protected set; }
Property Value
Type | Description |
---|---|
UserSelectorArg |