LabelsResponse public struct LabelsResponse : Codable labels Declaration Swift public var labels: [Label]? links Declaration Swift public var links: Links? init(labels:links:) Declaration Swift public init(labels: [Label]? = nil, links: Links? = nil)