version property
The API version associated with the API operation above, such as "v1" or "v1alpha1".
Implementation
@$pb.TagNumber(4)
$core.String get version => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set version($core.String v) { $_setString(3, v); }