RegionSnapshotUpdateKmsKeyRequest.fromJson constructor

RegionSnapshotUpdateKmsKeyRequest.fromJson(
  1. Map json_
)

Implementation

RegionSnapshotUpdateKmsKeyRequest.fromJson(core.Map json_)
  : this(kmsKeyName: json_['kmsKeyName'] as core.String?);