Interface UpdateFileMetadata
interface UpdateFileMetadata {
contentModificationDate?: Instant;
data?: null | ResourceDescriptor;
description?: string;
firstPublishDate?: Instant;
id?: undefined;
isPinned?: boolean;
keywords?: string;
name?: string;
publish?: boolean;
title?: string;
type?: string;
}
contentModificationDate?: Instant;
data?: null | ResourceDescriptor;
description?: string;
firstPublishDate?: Instant;
id?: undefined;
isPinned?: boolean;
keywords?: string;
name?: string;
publish?: boolean;
title?: string;
type?: string;
}
Hierarchy (View Summary)
- CreateFileMetadata
- UpdateFileMetadata
Properties
Optionalcontent Modification Date
contentModificationDate?: Instant
Optionaldata
Optionaldescription
description?: string
Optionalfirst Publish Date
firstPublishDate?: Instant
Optionalid
id?: undefined
Optionalis Pinned
isPinned?: boolean
Optionalkeywords
keywords?: string
Optionalname
name?: string
Optionalpublish
publish?: boolean
Optionaltitle
title?: string
Optionaltype
type?: string