Backend constructor
Backend({
- Map<
String, String> ? annotations, - String? appId,
- Codebase? codebase,
- String? createTime,
- String? deleteTime,
- String? displayName,
- String? environment,
- String? etag,
- Map<
String, String> ? labels, - List<
ManagedResource> ? managedResources, - String? mode,
- String? name,
- bool? reconciling,
- bool? requestLogsDisabled,
- String? serviceAccount,
- String? servingLocality,
- String? uid,
- String? updateTime,
- String? uri,
Implementation
Backend({
this.annotations,
this.appId,
this.codebase,
this.createTime,
this.deleteTime,
this.displayName,
this.environment,
this.etag,
this.labels,
this.managedResources,
this.mode,
this.name,
this.reconciling,
this.requestLogsDisabled,
this.serviceAccount,
this.servingLocality,
this.uid,
this.updateTime,
this.uri,
});