SnapshotUpdateKmsKeyRequest.fromJson constructor

SnapshotUpdateKmsKeyRequest.fromJson(
  1. Map json_
)

Implementation

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