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