MediaRelation

public struct MediaRelation : Codable, Hashable

A root object that stores information about a media relation.

Properties

  • 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

Functions