Interface ThreadServiceLevelAgreementStatusTransitionedPayload

interface ThreadServiceLevelAgreementStatusTransitionedPayload {
    eventType: "thread.service_level_agreement_status_transitioned";
    previousServiceLevelAgreementStatusDetail: ServiceLevelAgreementStatusDetail;
    serviceLevelAgreement: ServiceLevelAgreement;
    serviceLevelAgreementStatusDetail: ServiceLevelAgreementStatusDetail;
    thread: Thread;
    [k: string]: unknown;
}

Indexable

[k: string]: unknown

Properties

eventType: "thread.service_level_agreement_status_transitioned"
previousServiceLevelAgreementStatusDetail: ServiceLevelAgreementStatusDetail
serviceLevelAgreement: ServiceLevelAgreement
serviceLevelAgreementStatusDetail: ServiceLevelAgreementStatusDetail
thread: Thread

Generated using TypeDoc