AlloyDbClusterBackupProperties.fromJson constructor

AlloyDbClusterBackupProperties.fromJson(
  1. Map json_
)

Implementation

AlloyDbClusterBackupProperties.fromJson(core.Map json_)
  : this(
      chainId: json_['chainId'] as core.String?,
      databaseVersion: json_['databaseVersion'] as core.String?,
      description: json_['description'] as core.String?,
      storedBytes: json_['storedBytes'] as core.String?,
    );