Interface HostedCreativeWorkflowReference

interface HostedCreativeWorkflowReference {
    eventsUrl: string;
    status: string;
    streamUrl: string;
    url: string;
    workflowId: string;
}

Properties

eventsUrl: string
status: string
streamUrl: string
url: string
workflowId: string