duration property
Duration of this limit in textual notation. Must be "100s" or "1d".
Used by group-based quotas only.
Implementation
@$pb.TagNumber(5)
$core.String get duration => $_getSZ(3);
Implementation
@$pb.TagNumber(5)
set duration($core.String value) => $_setString(3, value);