ConfluencePageConfiguration class
Specifies the page settings for the Confluence data source.
Constructors
-
ConfluencePageConfiguration({List<
ConfluencePageToIndexFieldMapping> ? pageFieldMappings}) -
ConfluencePageConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
pageFieldMappings
→ List<
ConfluencePageToIndexFieldMapping> ? -
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.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited