Add startdate formate to documents. (#5026)

Add startdate formate to documents.
This commit is contained in:
Sina Kashipazha 2021-05-25 11:23:53 +02:00 committed by GitHub
parent 4b7fa4e630
commit 1e13855612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ public class ListAsyncJobsCmd extends BaseListAccountResourcesCmd {
//////////////// API parameters /////////////////////
/////////////////////////////////////////////////////
@Parameter(name = ApiConstants.START_DATE, type = CommandType.TZDATE, description = "the start date of the async job")
@Parameter(name = ApiConstants.START_DATE, type = CommandType.TZDATE, description = "The start date of the async job (use format \"yyyy-MM-dd'T'HH:mm:ss'+'SSSS\")")
private Date startDate;
/////////////////////////////////////////////////////