adobe-firefly-sdk
    Preparing search index...

    Type Alias JobOutputDetails

    JobOutputDetails

    type JobOutputDetails = {
        _links?: RenditionLinks;
        created?: string;
        input?: string;
        modified?: string;
        status?: JobOutputStatus;
    }
    Index

    Properties

    created?: string

    Created timestamp of the job (YYYY-DD-MMThh:mm:ss.mmmmmZ)

    input?: string

    the original input href

    modified?: string

    Modified timestamp of the job (YYYY-DD-MMThh:mm:ss.mmmmmZ)