LabelUpdate

public struct LabelUpdate : Codable
  • Declaration

    Swift

    public var name: String?
  • Key/Value pairs associated with this label. Keys can be removed by sending an update with an empty value.

    Declaration

    Swift

    public var properties: [String : String]?
  • Declaration

    Swift

    public init(name: String? = nil, properties: [String : String]? = nil)