CollectionMetadataTimeline defines the metadata for a collection at different timeline times.

from message badges.CollectionMetadataTimeline

Hierarchy

Constructors

Properties

collectionMetadata?: proto.badges.CollectionMetadata

The collection metadata for a specific timeline element.

from field: badges.CollectionMetadata collectionMetadata = 1;

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

The timeline times when the collection metadata 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.CollectionMetadataTimeline" = "badges.CollectionMetadataTimeline"

Methods