Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface CoverPage

    A cover page resource

    interface CoverPage {
        createdTime?: Date;
        file: CoverPageFile;
        id?: string;
        name: string;
        projectId?: string;
        serviceId?: string;
        updatedTime?: Date;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdTime?: Date

    The date and time the cover page was created.

    CoverPageFile

    id?: string

    ID of the cover page

    name: string

    The friendly name of the cover page.

    projectId?: string

    The Id of the project associated with the call.

    serviceId?: string

    ID of the fax service used.

    updatedTime?: Date

    The date and time the cover page was updated.