durationValue property

  1. @Deprecated('This field is deprecated.')
  2. @TagNumber.new(8)
Duration get durationValue

protobuf.Duration value.

Deprecated: duration is no longer considered a builtin cel type.

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(8)
$0.Duration get durationValue => $_getN(7);
  1. @Deprecated('This field is deprecated.')
  2. @TagNumber.new(8)
set durationValue (Duration value)

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(8)
set durationValue($0.Duration value) => $_setField(8, value);