Details of an Assets workspace ID.

interface AssetsWorkspaceDto {
    workspaceId?: string;
}

Properties

Properties

workspaceId?: string

The workspace ID used as the identifier to access the Assets REST API.