File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# DocuSign Admin Java Client Changelog
22See [ DocuSign Support Center] ( https://support.docusign.com/en/releasenotes/ ) for Product Release Notes.
33
4+ ## [ v1.4.1] - Admin API v2.1-1.3.0 - 2023-10-20
5+ ### Changed
6+ forced $since_updated_date to be a nullable \DateType object
47## [ v1.4.0] - Admin API v2.1-1.3.0 - 2023-08-10
58### Changed
69- Added support for version v2.1-1.3.0 of the DocuSign Admin API.
Original file line number Diff line number Diff line change @@ -87,9 +87,9 @@ class GetAssetGroupAccountClonesByOrgIdOptions
8787{
8888 /**
8989 * $since_updated_date When provided and is in the past, only return asset group account clone(s) that is updated after the date.
90- * @var \DateTime
90+ * @var ? \DateTime
9191 */
92- protected \DateTime $ since_updated_date = null ;
92+ protected ? \DateTime $ since_updated_date = null ;
9393
9494 /**
9595 * Gets since_updated_date
You can’t perform that action at this time.
0 commit comments