Interface CreateFileMetadata
interface CreateFileMetadata {
contentModificationDate?: Instant;
data?: null | ResourceDescriptor;
description?: string;
firstPublishDate?: Instant;
id?: number;
isPinned?: boolean;
keywords?: string;
publish?: boolean;
title?: string;
type?: string;
}
contentModificationDate?: Instant;
data?: null | ResourceDescriptor;
description?: string;
firstPublishDate?: Instant;
id?: number;
isPinned?: boolean;
keywords?: string;
publish?: boolean;
title?: string;
type?: string;
}
Hierarchy (View Summary)
- CreateFSObjectMetadata
- CreateFileMetadata
Properties
Optional
content Modification Date
contentModificationDate?: Instant
Optional
data
Optional
description
description?: string
Optional
first Publish Date
firstPublishDate?: Instant
Optional
id
id?: number
Optional
is Pinned
isPinned?: boolean
Optional
keywords
keywords?: string
Optional
publish
publish?: boolean
Optional
title
title?: string
Optional
type
type?: string