CustomFieldDto

@objcMembers
class CustomFieldDto
extension CustomFieldDto : CVarArg, CustomDebugStringConvertible, CustomStringConvertible, Decodable, Equatable, Hashable, NSObjectProtocol

Undocumented

  • The name of the custom field

    Declaration

    Swift

    var name: String
  • The value of the custom field

    Declaration

    Swift

    var value: String
  • Reserved for future use

    Declaration

    Swift

    var valueType: String?
  • Undocumented

    Declaration

    Swift

    override init()
  • Creates a new instance by decoding from the given decoder.

    This initializer throws an error if reading from the decoder fails, or if the data read is corrupted or otherwise invalid.

    Declaration

    Swift

    required init(from decoder: any Decoder) throws