Interface CreateFSObjectMetadata
interface CreateFSObjectMetadata {
description?: string;
id?: number;
isPinned?: boolean;
title?: string;
type?: string;
}
description?: string;
id?: number;
isPinned?: boolean;
title?: string;
type?: string;
}
Hierarchy (View Summary)
- CreateFSObjectMetadata