Attribute

public struct Attribute : Decodable

Represents an attribute

  • Caption

    Declaration

    Swift

    public let label: String
  • Value

    Declaration

    Swift

    public let value: String
  • Initializes a new Attribute

    • label: The label for the attribute
    • value: The value of the attribute

    Declaration

    Swift

    public init(label: String, value: String)