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
Optionalcontent Modification Date
contentModificationDate?: Instant
Optionaldata
Optionaldescription
description?: string
Optionalfirst Publish Date
firstPublishDate?: Instant
Optionalid
id?: number
Optionalis Pinned
isPinned?: boolean
Optionalkeywords
keywords?: string
Optionalpublish
publish?: boolean
Optionaltitle
title?: string
Optionaltype
type?: string