FfiContentTypeId

public struct FfiContentTypeId
extension FfiContentTypeId: Equatable, Hashable

Undocumented

  • Undocumented

    Declaration

    Swift

    public var authorityId: String
  • Undocumented

    Declaration

    Swift

    public var typeId: String
  • Undocumented

    Declaration

    Swift

    public var versionMajor: UInt32
  • Undocumented

    Declaration

    Swift

    public var versionMinor: UInt32
  • Undocumented

    Declaration

    Swift

    public init(authorityId: String, typeId: String, versionMajor: UInt32, versionMinor: UInt32)
  • Declaration

    Swift

    public static func == (lhs: FfiContentTypeId, rhs: FfiContentTypeId) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)