@@ -153,7 +153,7 @@ public interface IGroupsApi : IApiAccessor
153153 /// <param name="groupId">The ID of the group being accessed.</param>
154154 /// <param name="options">Options for modifying the behavior of the function.</param>
155155 /// <returns></returns>
156- UsersResponse ListGroupUsers ( string accountId , string groupId , GroupsApi . ListGroupUsersOptions options = null ) ;
156+ GroupUsersResponse ListGroupUsers ( string accountId , string groupId , GroupsApi . ListGroupUsersOptions options = null ) ;
157157
158158 /// <summary>
159159 /// Gets a list of users in a group.
@@ -166,7 +166,7 @@ public interface IGroupsApi : IApiAccessor
166166 /// <param name="groupId">The ID of the group being accessed.</param>
167167 /// <param name="options">Options for modifying the behavior of the function.</param>
168168 /// <returns>ApiResponse of </returns>
169- ApiResponse < UsersResponse > ListGroupUsersWithHttpInfo ( string accountId , string groupId , GroupsApi . ListGroupUsersOptions options = null ) ;
169+ ApiResponse < GroupUsersResponse > ListGroupUsersWithHttpInfo ( string accountId , string groupId , GroupsApi . ListGroupUsersOptions options = null ) ;
170170 /// <summary>
171171 /// Gets information about groups associated with the account.
172172 /// </summary>
@@ -394,8 +394,8 @@ public interface IGroupsApi : IApiAccessor
394394 /// <param name="accountId">The external account number (int) or account ID Guid.</param>
395395 /// <param name="groupId">The ID of the group being accessed.</param>
396396 /// <param name="options">Options for modifying the behavior of the function.</param>
397- /// <returns>Task of UsersResponse </returns>
398- System . Threading . Tasks . Task < UsersResponse > ListGroupUsersAsync ( string accountId , string groupId , GroupsApi . ListGroupUsersOptions options = null ) ;
397+ /// <returns>Task of GroupUsersResponse </returns>
398+ System . Threading . Tasks . Task < GroupUsersResponse > ListGroupUsersAsync ( string accountId , string groupId , GroupsApi . ListGroupUsersOptions options = null ) ;
399399
400400 /// <summary>
401401 /// Gets a list of users in a group.
@@ -407,8 +407,8 @@ public interface IGroupsApi : IApiAccessor
407407 /// <param name="accountId">The external account number (int) or account ID Guid.</param>
408408 /// <param name="groupId">The ID of the group being accessed.</param>
409409 /// <param name="options">Options for modifying the behavior of the function.</param>
410- /// <returns>Task of ApiResponse (UsersResponse )</returns>
411- System . Threading . Tasks . Task < ApiResponse < UsersResponse > > ListGroupUsersAsyncWithHttpInfo ( string accountId , string groupId , GroupsApi . ListGroupUsersOptions options = null ) ;
410+ /// <returns>Task of ApiResponse (GroupUsersResponse )</returns>
411+ System . Threading . Tasks . Task < ApiResponse < GroupUsersResponse > > ListGroupUsersAsyncWithHttpInfo ( string accountId , string groupId , GroupsApi . ListGroupUsersOptions options = null ) ;
412412 /// <summary>
413413 /// Gets information about groups associated with the account.
414414 /// </summary>
@@ -1458,10 +1458,10 @@ public class ListGroupUsersOptions
14581458 /// <param name="accountId">The external account number (int) or account ID Guid.</param>
14591459 /// <param name="groupId">The ID of the group being accessed.</param>
14601460 /// <param name="options">Options for modifying the behavior of the function.</param>
1461- /// <returns>UsersResponse </returns>
1462- public UsersResponse ListGroupUsers ( string accountId , string groupId , GroupsApi . ListGroupUsersOptions options = null )
1461+ /// <returns>GroupUsersResponse </returns>
1462+ public GroupUsersResponse ListGroupUsers ( string accountId , string groupId , GroupsApi . ListGroupUsersOptions options = null )
14631463 {
1464- ApiResponse < UsersResponse > localVarResponse = ListGroupUsersWithHttpInfo ( accountId , groupId , options ) ;
1464+ ApiResponse < GroupUsersResponse > localVarResponse = ListGroupUsersWithHttpInfo ( accountId , groupId , options ) ;
14651465 return localVarResponse . Data ;
14661466 }
14671467
@@ -1472,8 +1472,8 @@ public UsersResponse ListGroupUsers(string accountId, string groupId, GroupsApi.
14721472 /// <param name="accountId">The external account number (int) or account ID Guid.</param>
14731473 /// <param name="groupId">The ID of the group being accessed.</param>
14741474 /// <param name="options">Options for modifying the behavior of the function.</param>
1475- /// <returns>ApiResponse of UsersResponse </returns>
1476- public ApiResponse < UsersResponse > ListGroupUsersWithHttpInfo ( string accountId , string groupId , GroupsApi . ListGroupUsersOptions options = null )
1475+ /// <returns>ApiResponse of GroupUsersResponse </returns>
1476+ public ApiResponse < GroupUsersResponse > ListGroupUsersWithHttpInfo ( string accountId , string groupId , GroupsApi . ListGroupUsersOptions options = null )
14771477 {
14781478 // verify the required parameter 'accountId' is set
14791479 if ( accountId == null )
@@ -1535,9 +1535,9 @@ public ApiResponse<UsersResponse> ListGroupUsersWithHttpInfo(string accountId, s
15351535 if ( exception != null ) throw exception ;
15361536 }
15371537
1538- return new ApiResponse < UsersResponse > ( localVarStatusCode ,
1538+ return new ApiResponse < GroupUsersResponse > ( localVarStatusCode ,
15391539 localVarResponse . Headers . ToDictionary ( x => x . Key , x => x . Value . ToString ( ) ) ,
1540- ( UsersResponse ) this . ApiClient . Deserialize ( localVarResponse , typeof ( UsersResponse ) ) ) ;
1540+ ( GroupUsersResponse ) this . ApiClient . Deserialize ( localVarResponse , typeof ( GroupUsersResponse ) ) ) ;
15411541 }
15421542
15431543 /// <summary>
@@ -1547,10 +1547,10 @@ public ApiResponse<UsersResponse> ListGroupUsersWithHttpInfo(string accountId, s
15471547 /// <param name="accountId">The external account number (int) or account ID Guid.</param>
15481548 /// <param name="groupId">The ID of the group being accessed.</param>
15491549 /// <param name="options">Options for modifying the behavior of the function.</param>
1550- /// <returns>Task of UsersResponse </returns>
1551- public async System . Threading . Tasks . Task < UsersResponse > ListGroupUsersAsync ( string accountId , string groupId , GroupsApi . ListGroupUsersOptions options = null )
1550+ /// <returns>Task of GroupUsersResponse </returns>
1551+ public async System . Threading . Tasks . Task < GroupUsersResponse > ListGroupUsersAsync ( string accountId , string groupId , GroupsApi . ListGroupUsersOptions options = null )
15521552 {
1553- ApiResponse < UsersResponse > localVarResponse = await ListGroupUsersAsyncWithHttpInfo ( accountId , groupId , options ) ;
1553+ ApiResponse < GroupUsersResponse > localVarResponse = await ListGroupUsersAsyncWithHttpInfo ( accountId , groupId , options ) ;
15541554 return localVarResponse . Data ;
15551555 }
15561556
@@ -1561,8 +1561,8 @@ public async System.Threading.Tasks.Task<UsersResponse> ListGroupUsersAsync(stri
15611561 /// <param name="accountId">The external account number (int) or account ID Guid.</param>
15621562 /// <param name="groupId">The ID of the group being accessed.</param>
15631563 /// <param name="options">Options for modifying the behavior of the function.</param>
1564- /// <returns>Task of ApiResponse (UsersResponse )</returns>
1565- public async System . Threading . Tasks . Task < ApiResponse < UsersResponse > > ListGroupUsersAsyncWithHttpInfo ( string accountId , string groupId , GroupsApi . ListGroupUsersOptions options = null )
1564+ /// <returns>Task of ApiResponse (GroupUsersResponse )</returns>
1565+ public async System . Threading . Tasks . Task < ApiResponse < GroupUsersResponse > > ListGroupUsersAsyncWithHttpInfo ( string accountId , string groupId , GroupsApi . ListGroupUsersOptions options = null )
15661566 {
15671567 // verify the required parameter 'accountId' is set
15681568 if ( accountId == null )
@@ -1624,9 +1624,9 @@ public async System.Threading.Tasks.Task<ApiResponse<UsersResponse>> ListGroupUs
16241624 if ( exception != null ) throw exception ;
16251625 }
16261626
1627- return new ApiResponse < UsersResponse > ( localVarStatusCode ,
1627+ return new ApiResponse < GroupUsersResponse > ( localVarStatusCode ,
16281628 localVarResponse . Headers . ToDictionary ( x => x . Key , x => x . Value . ToString ( ) ) ,
1629- ( UsersResponse ) this . ApiClient . Deserialize ( localVarResponse , typeof ( UsersResponse ) ) ) ;
1629+ ( GroupUsersResponse ) this . ApiClient . Deserialize ( localVarResponse , typeof ( GroupUsersResponse ) ) ) ;
16301630 }
16311631
16321632 /// <summary>
0 commit comments