version property
Version of the secret (version number or the string 'latest'). It is recommended to use a numeric version for secret environment variables as any updates to the secret value is not reflected until new instances start.
Implementation
@$pb.TagNumber(4)
$core.String get version => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set version($core.String v) { $_setString(3, v); }