TNEntityDataField

@objcMembers
open class TNEntityDataField : NSObject, Codable

Undocumented

  • id

    The data field id.

    Declaration

    Swift

    public var id: String?
  • The corresponding name or label.

    Declaration

    Swift

    public var label: String?
  • Provides the value pertaining to an amenity or restriction, if applicable.

    Declaration

    Swift

    public var value: String?