ListApiDeploymentsResponse constructor

ListApiDeploymentsResponse({
  1. List<ApiDeployment>? apiDeployments,
  2. String? nextPageToken,
})

Implementation

ListApiDeploymentsResponse({this.apiDeployments, this.nextPageToken});