File

src/waveform/waveform-release-response.ts

Description

Waveform release response contains the ID of the recently released waveform and the up-to-date list of any running applications.

Index

Properties

Properties

applications
applications: ResourceRefs
Type : ResourceRefs

The list of currently running Waveforms that remain

released
released: string
Type : string

The ID of the released (removed) Waveform

import { ResourceRefs } from '../models/index';

/**
 * Waveform release response contains the ID of the recently released waveform
 * and the up-to-date list of any running applications.
 */
export interface IWaveformReleaseResponse {
    /** The ID of the released (removed) Waveform */
    released: string;
    /** The list of currently running Waveforms that remain */
    applications: ResourceRefs;
}

results matching ""

    No results matching ""