Parameters for the modelsGet operation.

interface ModelsGetParams {
    headers?: OutgoingHttpHeaders;
    modelId: string;
    projectId?: string;
    rev?: string;
    signal?: AbortSignal;
    spaceId?: string;
}

Hierarchy

  • DefaultParams
    • ModelsGetParams

Properties

headers?: OutgoingHttpHeaders
modelId: string

Model identifier.

projectId?: string

The project that contains the resource. Either space_id or project_id query parameter has to be given.

rev?: string

The revision number of the resource.

signal?: AbortSignal
spaceId?: string

The space that contains the resource. Either space_id or project_id query parameter has to be given.