Class ScriptGroup

Script groups bring together mutually exclusive subscriptions of the same 'kind'.

For example, a streaming service provider may have a script group for each of their subscription tiers, such as 'Basic', 'Standard', and 'Premium'.

Constructors

Properties

Constructors

  • Parameters

    • provider: Provider
    • profile: {
          __typename?: "ProviderScriptGroup";
          alt_id: string;
          scripts?: null | (null | {
              __typename?: "ProviderScript";
              alt_id: string;
              uuid: string;
          })[];
          uuid: string;
      }
      • Optional __typename?: "ProviderScriptGroup"
      • alt_id: string
      • Optional scripts?: null | (null | {
            __typename?: "ProviderScript";
            alt_id: string;
            uuid: string;
        })[]
      • uuid: string

    Returns ScriptGroup

Properties

alt_id: string
provider: Provider

Provider instance

scripts: Script[]

Scripts associated with this script group

uuid: string

Generated using TypeDoc