TypeLabel
public struct TypeLabel : Codable, Equatable
Identification of a specific type.
-
The type of modification of the feedback entry in the updated labels response.
See moreDeclaration
Swift
public enum Modification : String -
A pair of
natureandpartyobjects. Thenatureobject identifies the effect of the element on the identifiedparty, and thepartyobject identifies the affected party.Declaration
Swift
public var label: Label? -
Hashed values that you can send to IBM to provide feedback or receive support.
Declaration
Swift
public var provenanceIDs: [String]? -
The type of modification of the feedback entry in the updated labels response.
Declaration
Swift
public var modification: String? -
Initialize a
TypeLabelwith member variables.Declaration
Swift
public init( label: Label? = nil, provenanceIDs: [String]? = nil, modification: String? = nil )Parameters
labelA pair of
natureandpartyobjects. Thenatureobject identifies the effect of the element on the identifiedparty, and thepartyobject identifies the affected party.provenanceIDsHashed values that you can send to IBM to provide feedback or receive support.
modificationThe type of modification of the feedback entry in the updated labels response.
Return Value
An initialized
TypeLabel.
View on GitHub
TypeLabel Structure Reference