ttl property

  1. @TagNumber(3)
Duration ttl

The duration for which all media assets, associated metadata, and search documents can exist.

Implementation

@$pb.TagNumber(3)
$10.Duration get ttl => $_getN(2);
  1. @TagNumber(3)
void ttl=(Duration v)

Implementation

@$pb.TagNumber(3)
set ttl($10.Duration v) { setField(3, v); }