Interface CreateFileMetadata
interface CreateFileMetadata {
contentModified?: null | Instant;
data?: null | ResourceDescriptor;
description?: string;
fileLink?: null | number;
firstPublish?: null | Instant;
id?: number;
isPinned?: boolean;
isUnlisted?: boolean;
keywords?: string;
ordering?: number;
publish?: boolean;
title?: string;
type?: string;
}
contentModified?: null | Instant;
data?: null | ResourceDescriptor;
description?: string;
fileLink?: null | number;
firstPublish?: null | Instant;
id?: number;
isPinned?: boolean;
isUnlisted?: boolean;
keywords?: string;
ordering?: number;
publish?: boolean;
title?: string;
type?: string;
}
Hierarchy (View Summary)
- CreateFSObjectMetadata
- CreateFileMetadata
Properties
Optionalcontent Modified
contentModified?: null | Instant
Optionaldata
Optionaldescription
description?: string
Optionalfile Link
fileLink?: null | number
Optionalfirst Publish
firstPublish?: null | Instant
Optionalid
id?: number
Optionalis Pinned
isPinned?: boolean
Optionalis Unlisted
isUnlisted?: boolean
Optionalkeywords
keywords?: string
Optionalordering
ordering?: number
Optionalpublish
publish?: boolean
Optionaltitle
title?: string
Optionaltype
type?: string