@@ -202,7 +202,7 @@ class DSGroupsApi
202202 *
203203 * @return void
204204 */
205- public function __construct (ApiClient $ apiClient = null )
205+ public function __construct (? ApiClient $ apiClient = null )
206206 {
207207 $ this ->apiClient = $ apiClient ?? new ApiClient ();
208208 }
@@ -682,7 +682,7 @@ public function getDSGroupWithHttpInfo($organization_id, $account_id, $ds_group_
682682 * @throws ApiException on non-2xx response
683683 * @return \DocuSign\Admin\Model\DSGroupAndUsersResponse
684684 */
685- public function getDSGroupUsers ($ organization_id , $ account_id , $ ds_group_id , \DocuSign \Admin \Api \DSGroupsApi \GetDSGroupUsersOptions $ options = null )
685+ public function getDSGroupUsers ($ organization_id , $ account_id , $ ds_group_id , ? \DocuSign \Admin \Api \DSGroupsApi \GetDSGroupUsersOptions $ options = null )
686686 {
687687 list ($ response ) = $ this ->getDSGroupUsersWithHttpInfo ($ organization_id , $ account_id , $ ds_group_id , $ options );
688688 return $ response ;
@@ -701,7 +701,7 @@ public function getDSGroupUsers($organization_id, $account_id, $ds_group_id, \Do
701701 * @throws ApiException on non-2xx response
702702 * @return array of \DocuSign\Admin\Model\DSGroupAndUsersResponse, HTTP status code, HTTP response headers (array of strings)
703703 */
704- public function getDSGroupUsersWithHttpInfo ($ organization_id , $ account_id , $ ds_group_id , \DocuSign \Admin \Api \DSGroupsApi \GetDSGroupUsersOptions $ options = null ): array
704+ public function getDSGroupUsersWithHttpInfo ($ organization_id , $ account_id , $ ds_group_id , ? \DocuSign \Admin \Api \DSGroupsApi \GetDSGroupUsersOptions $ options = null ): array
705705 {
706706 // verify the required parameter 'organization_id' is set
707707 if ($ organization_id === null ) {
@@ -796,7 +796,7 @@ public function getDSGroupUsersWithHttpInfo($organization_id, $account_id, $ds_g
796796 * @throws ApiException on non-2xx response
797797 * @return \DocuSign\Admin\Model\DSGroupListResponse
798798 */
799- public function getDSGroups ($ organization_id , $ account_id , \DocuSign \Admin \Api \DSGroupsApi \GetDSGroupsOptions $ options = null )
799+ public function getDSGroups ($ organization_id , $ account_id , ? \DocuSign \Admin \Api \DSGroupsApi \GetDSGroupsOptions $ options = null )
800800 {
801801 list ($ response ) = $ this ->getDSGroupsWithHttpInfo ($ organization_id , $ account_id , $ options );
802802 return $ response ;
@@ -814,7 +814,7 @@ public function getDSGroups($organization_id, $account_id, \DocuSign\Admin\Api\D
814814 * @throws ApiException on non-2xx response
815815 * @return array of \DocuSign\Admin\Model\DSGroupListResponse, HTTP status code, HTTP response headers (array of strings)
816816 */
817- public function getDSGroupsWithHttpInfo ($ organization_id , $ account_id , \DocuSign \Admin \Api \DSGroupsApi \GetDSGroupsOptions $ options = null ): array
817+ public function getDSGroupsWithHttpInfo ($ organization_id , $ account_id , ? \DocuSign \Admin \Api \DSGroupsApi \GetDSGroupsOptions $ options = null ): array
818818 {
819819 // verify the required parameter 'organization_id' is set
820820 if ($ organization_id === null ) {
0 commit comments