StartOnDemandReplicationRunResponse.fromJson constructor
Implementation
factory StartOnDemandReplicationRunResponse.fromJson(
Map<String, dynamic> json) {
return StartOnDemandReplicationRunResponse(
replicationRunId: json['replicationRunId'] as String?,
);
}