adobe-firefly-sdk
    Preparing search index...

    Type Alias RestBaseSpace

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

    Properties

    $schema?: string

    A URL to the JSON schema for this object.

    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.