LivestreamAsset

public struct LivestreamAsset : Codable, AssetJSONDecoder

Livestream asset model

  • Undocumented

    Declaration

    Swift

    public let accountId: String
  • Undocumented

    Declaration

    Swift

    public let eventId: String
  • Undocumented

    Declaration

    Swift

    public let videoId: String
  • Declaration

    Swift

    public init(from decoder: Decoder) throws