toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (backupBlockedByVaultAccessRestriction != null)
    'backupBlockedByVaultAccessRestriction':
        backupBlockedByVaultAccessRestriction!,
  if (backupConfigInfo != null) 'backupConfigInfo': backupConfigInfo!,
  if (backupCount != null) 'backupCount': backupCount!,
  if (configState != null) 'configState': configState!,
  if (createTime != null) 'createTime': createTime!,
  if (dataSourceBackupApplianceApplication != null)
    'dataSourceBackupApplianceApplication':
        dataSourceBackupApplianceApplication!,
  if (dataSourceGcpResource != null)
    'dataSourceGcpResource': dataSourceGcpResource!,
  if (etag != null) 'etag': etag!,
  if (labels != null) 'labels': labels!,
  if (name != null) 'name': name!,
  if (state != null) 'state': state!,
  if (totalStoredBytes != null) 'totalStoredBytes': totalStoredBytes!,
  if (updateTime != null) 'updateTime': updateTime!,
};