ListGoldengateDeploymentVersionsResponse constructor

ListGoldengateDeploymentVersionsResponse({
  1. List<GoldengateDeploymentVersion>? goldengateDeploymentVersions,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListGoldengateDeploymentVersionsResponse({
  this.goldengateDeploymentVersions,
  this.nextPageToken,
  this.unreachable,
});