Request body for creating a Personal Collection.

interface ICreatePersonalCollectionRequest {
    name?: string;
}

Implemented by

Properties

Properties

name?: string

The display name for the new collection. Required, must be 256 characters or fewer, and must not duplicate an existing collection name or a reserved name.