JobLogEntry

public final class JobLogEntry : Model

Represents an entry for a log that holds all the logs received data

  • Declaration

    Swift

    public static let schema: String
  • id

    Id, we use the name of the xcactivity log file as identifier.

    Declaration

    Swift

    @JobLogEntry
    .ID public var id: String? { get set }
  • Declaration

    Swift

    public init()