$SecretVersionRequest.fromJson constructor
$SecretVersionRequest.fromJson(
- Map json_
Implementation
$SecretVersionRequest.fromJson(core.Map json_)
: this(
etag: json_.containsKey('etag') ? json_['etag'] as core.String : null,
);