MediaRelation
public struct MediaRelation : Codable, Hashable
A root object that stores information about a media relation.
-
The name of the relation with the parent show.
Declaration
Swift
public let name: String
-
The description of the relation with the parent show.
Declaration
Swift
public let description: String
-
Declaration
Swift
public static func == (lhs: MediaRelation, rhs: MediaRelation) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)