toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final backupBlockedByVaultAccessRestriction =
this.backupBlockedByVaultAccessRestriction;
final backupConfigInfo = this.backupConfigInfo;
final backupCount = this.backupCount;
final configState = this.configState;
final createTime = this.createTime;
final dataSourceBackupApplianceApplication =
this.dataSourceBackupApplianceApplication;
final dataSourceGcpResource = this.dataSourceGcpResource;
final etag = this.etag;
final labels = this.labels;
final name = this.name;
final state = this.state;
final totalStoredBytes = this.totalStoredBytes;
final updateTime = this.updateTime;
return {
'backupBlockedByVaultAccessRestriction':
?backupBlockedByVaultAccessRestriction,
'backupConfigInfo': ?backupConfigInfo,
'backupCount': ?backupCount,
'configState': ?configState,
'createTime': ?createTime,
'dataSourceBackupApplianceApplication':
?dataSourceBackupApplianceApplication,
'dataSourceGcpResource': ?dataSourceGcpResource,
'etag': ?etag,
'labels': ?labels,
'name': ?name,
'state': ?state,
'totalStoredBytes': ?totalStoredBytes,
'updateTime': ?updateTime,
};
}