IsArchivedTimeline defines whether a collection is archived at different timeline times.

from message badges.IsArchivedTimeline

Hierarchy

Constructors

Properties

isArchived: boolean = false

Indicates whether the collection is archived for a specific timeline element.

from field: bool isArchived = 1;

timelineTimes: proto.badges.UintRange[] = []

The timeline times when the archived status is valid. Can not overlap with other timeline elements in same array.

from field: repeated badges.UintRange timelineTimes = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "badges.IsArchivedTimeline" = "badges.IsArchivedTimeline"

Methods