Field

public struct Field : Codable, Equatable

Object containing field details.

  • The type of the field.

    See more

    Declaration

    Swift

    public enum TypeEnum : String
  • The name of the field.

    Declaration

    Swift

    public var field: String?
  • The type of the field.

    Declaration

    Swift

    public var type: String?