blogFieldMappings property

List<ConfluenceBlogToIndexFieldMapping>? blogFieldMappings
final

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

Implementation

final List<ConfluenceBlogToIndexFieldMapping>? blogFieldMappings;