Version constructor
Version({
- ServingConfig? config,
- String? createTime,
- ActingUser? createUser,
- String? deleteTime,
- ActingUser? deleteUser,
- String? fileCount,
- String? finalizeTime,
- ActingUser? finalizeUser,
- Map<
String, String> ? labels, - String? name,
- String? status,
- String? versionBytes,
Implementation
Version({
this.config,
this.createTime,
this.createUser,
this.deleteTime,
this.deleteUser,
this.fileCount,
this.finalizeTime,
this.finalizeUser,
this.labels,
this.name,
this.status,
this.versionBytes,
});