pageFieldMappings property

List<ConfluencePageToIndexFieldMapping>? pageFieldMappings
final

Defines how page metadata fields should be mapped to index fields. Before you can map a field, you must first create an index field with a matching type using the console or the UpdateIndex operation.

If you specify the PageFieldMappings parameter, you must specify at least one field mapping.

Implementation

final List<ConfluencePageToIndexFieldMapping>? pageFieldMappings;