adobe-firefly-sdk
    Preparing search index...

    Type Alias RestBaseSpaceWritable

    type RestBaseSpaceWritable = {
        archiveUrl?: unknown;
        expiry: string;
        files: RestBaseSpaceFile[] | null;
        id: string;
        url: string;
    }
    Index

    Properties

    archiveUrl?: unknown

    URL to fetch the whole space as an archive (usually a ZIP file).

    expiry: string

    time at which the space will be deleted

    files: RestBaseSpaceFile[] | null

    List of all files contained in Space, ordered by name.

    id: string

    Unique identifier of this Space.

    url: string

    URL to the full description of this Space.