File

src/app/streams/model/stream-deploy-config.ts

Description

Represents a Stream Deploy Config.

Example

Index

Properties

Constructor

constructor()

Properties

apps
apps: any
Type : any
deployers
deployers: any
Type : any
id
id: string
Type : string
platform
platform: any
Type : any
export class StreamDeployConfig {

  id: string;

  platform: any;

  deployers: any;

  apps: any;

  constructor() {

  }

}

results matching ""

    No results matching ""