UserLabelTrait.LabelStruct

class UserLabelTrait.LabelStruct


An object describing an endpoint's label.

Summary

Public constructors

LabelStruct(label: String, value: String)

Creates the LabelStruct class.

Public properties

String

An endpoint identifier.

String

A discriminator for a label that may have multiple instances.

Public constructors

LabelStruct

LabelStruct(label: String = "", value: String = "")

Creates the LabelStruct class.

Public properties

label

val labelString

An endpoint identifier.

value

val valueString

A discriminator for a label that may have multiple instances.