Marker

public struct Marker : Codable, Equatable

Marker as part of the StreamMarkerResponse from the server: https://dev.twitch.tv/docs/api/reference/#get-stream-markers

  • id

    Undocumented

    Declaration

    Swift

    public let id: String
  • Undocumented

    Declaration

    Swift

    public let createdAt: Date
  • Undocumented

    Declaration

    Swift

    public let description: String
  • Undocumented

    Declaration

    Swift

    public let positionSeconds: Int
  • url

    Undocumented

    Declaration

    Swift

    public let url: URL