$SecretVersionRequest.fromJson constructor

$SecretVersionRequest.fromJson(
  1. Map json_
)

Implementation

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