Interface PresentationProfileStatus

interface PresentationProfileStatus {
    endDate: string;
    startDate: string;
    status: Video.StatusEnum;
}

Properties

endDate: string
startDate: string