Class BaseDfbReport
Base report structure.
Inheritance
BaseDfbReport
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class BaseDfbReport
Constructors
View SourceBaseDfbReport(string)
Initializes a new instance of the BaseDfbReport class.
Declaration
public BaseDfbReport(string startDate)
Parameters
| Type | Name | Description |
|---|---|---|
| string | startDate | First date present in the results as 'YYYY-MM-DD' or None. |
Properties
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 |
|---|---|
| string |