LabelResponse public struct LabelResponse : Codable label Declaration Swift public var label: Label? links Declaration Swift public var links: Links? init(label:links:) Declaration Swift public init(label: Label? = nil, links: Links? = nil)