RevertVolumeRequest.fromJson constructor
RevertVolumeRequest.fromJson(
- Map json_
Implementation
RevertVolumeRequest.fromJson(core.Map json_)
: this(snapshotId: json_['snapshotId'] as core.String?);
RevertVolumeRequest.fromJson(core.Map json_)
: this(snapshotId: json_['snapshotId'] as core.String?);