Label
public struct Label : Codable, Equatable
A pair of nature and party objects. The nature object identifies the effect of the element on the identified
party, and the party object identifies the affected party.
-
The identified
natureof the element.Declaration
Swift
public var nature: String -
The identified
partyof the element.Declaration
Swift
public var party: String
View on GitHub
Label Structure Reference