ListTensorFlowVersionsResponse constructor
ListTensorFlowVersionsResponse({
- String? nextPageToken,
- List<
TensorFlowVersion> ? tensorflowVersions, - List<
String> ? unreachable,
Implementation
ListTensorFlowVersionsResponse({
this.nextPageToken,
this.tensorflowVersions,
this.unreachable,
});