RelatedShow
public struct RelatedShow : Codable, Hashable
A root object that stores information about a related show resource.
-
The id of the related show.
Declaration
Swift
public let id: UUID
-
The show related to the parent show.
Declaration
Swift
public let show: Show
-
The attributes belonging to the related show.
Declaration
Swift
public var attributes: RelatedShow.Attributes
-
Declaration
Swift
public static func == (lhs: RelatedShow, rhs: RelatedShow) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)
-
A root object that stores information about a single related show, such as the relation between the shows.
See moreDeclaration
Swift
public struct Attributes : Codable