CastRole
public struct CastRole : Codable, Hashable
A root object that stores information about a cast role resource.
-
The name of the cast role.
Declaration
Swift
public let name: String
-
The description of the cast role.
Declaration
Swift
public let description: String
-
Declaration
Swift
public static func == (lhs: CastRole, rhs: CastRole) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)