DataSource constructor
DataSource({
- BackupConfigInfo? backupConfigInfo,
- String? backupCount,
- String? configState,
- String? createTime,
- DataSourceBackupApplianceApplication? dataSourceBackupApplianceApplication,
- DataSourceGcpResource? dataSourceGcpResource,
- String? etag,
- Map<
String, String> ? labels, - String? name,
- String? state,
- String? totalStoredBytes,
- String? updateTime,
Implementation
DataSource({
this.backupConfigInfo,
this.backupCount,
this.configState,
this.createTime,
this.dataSourceBackupApplianceApplication,
this.dataSourceGcpResource,
this.etag,
this.labels,
this.name,
this.state,
this.totalStoredBytes,
this.updateTime,
});