Class BaseDfbReport
Base report structure.
Inheritance
System.Object
BaseDfbReport
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 BaseDfbReport
Constructors
| Improve this Doc View SourceBaseDfbReport(String)
Initializes a new instance of the BaseDfbReport class.
Declaration
public BaseDfbReport(string startDate)
Parameters
Type | Name | Description |
---|---|---|
System.String | startDate | First date present in the results as 'YYYY-MM-DD' or None. |
Properties
| Improve this Doc View SourceStartDate
First date present in the results as 'YYYY-MM-DD' or None.
Declaration
public string StartDate { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |