$DisksStartAsyncReplicationRequest.fromJson constructor
$DisksStartAsyncReplicationRequest.fromJson(
- Map json_
Implementation
$DisksStartAsyncReplicationRequest.fromJson(core.Map json_)
: this(
asyncSecondaryDisk: json_['asyncSecondaryDisk'] as core.String?,
);