Identity

open class Identity : CoatyObject

Represents the unique identity of a Coaty container.

Class registration.

  • Undocumented

    Declaration

    Swift

    override open class var objectType: String { get }
  • Default initializer for an Identity object.

    Declaration

    Swift

    public init(name: String = "IdentityObject",
    
                objectType: String = Identity.objectType,
    
                objectId: CoatyUUID = .init())
  • Undocumented

    Declaration

    Swift

    public required init(from decoder: Decoder) throws