ListTensorFlowVersionsResponse constructor

ListTensorFlowVersionsResponse({
  1. String? nextPageToken,
  2. List<TensorFlowVersion>? tensorflowVersions,
  3. List<String>? unreachable,
})

Implementation

ListTensorFlowVersionsResponse({
  this.nextPageToken,
  this.tensorflowVersions,
  this.unreachable,
});