This message defines the metadata for specific badge IDs. The interpretation of this metadata should follow the collection standard.

from message badges.BadgeMetadata

Hierarchy

Constructors

Properties

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

The badge IDs to which this metadata applies.

from field: repeated badges.UintRange badgeIds = 3;

customData: string = ""

Custom data or additional information related to the badge metadata.

from field: string customData = 2;

uri: string = ""

The URI (Uniform Resource Identifier) associated with the badge metadata.

from field: string uri = 1;

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

Methods