spaceFieldMappings property

List<ConfluenceSpaceToIndexFieldMapping>? spaceFieldMappings
final

Defines how space 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 SpaceFieldMappings parameter, you must specify at least one field mapping.

Implementation

final List<ConfluenceSpaceToIndexFieldMapping>? spaceFieldMappings;