Cast
public struct Cast : Codable, Identifiable, Hashable
The cast of a video item
-
Calculated variables
The ID of the cast
Declaration
Swift
public var id: Int { get }
-
Video.Cast
The name of the actor
Declaration
Swift
public var name: String
-
The order in the cast list
Declaration
Swift
public var order: Int
-
The role of the actor
Declaration
Swift
public var role: String
-
The optional thumbnail of the actor
Declaration
Swift
public var thumbnail: String?