Show / Hide Table of Contents

Class DurationLogInfo

Represents a time duration: unit and amount

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

Constructors

| Improve this Doc View Source

DurationLogInfo(TimeUnit, UInt64)

Initializes a new instance of the DurationLogInfo class.

Declaration
public DurationLogInfo(TimeUnit unit, ulong amount)
Parameters
Type Name Description
TimeUnit unit

Time unit.

System.UInt64 amount

Amount of time.

Properties

| Improve this Doc View Source

Amount

Amount of time.

Declaration
public ulong Amount { get; protected set; }
Property Value
Type Description
System.UInt64
| Improve this Doc View Source

Unit

Time unit.

Declaration
public TimeUnit Unit { get; protected set; }
Property Value
Type Description
TimeUnit

See Also

GovernancePolicyCreateDetails
GovernancePolicyEditDurationDetails
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX