Represents a data model for index data.
Field | Type | Required | Description |
---|---|---|---|
index_id |
Optional[str] | ➖ | Gets or sets the index ID associated with the index. |
name |
Optional[str] | ➖ | Gets or sets the name associated with the index. |
description |
Optional[str] | ➖ | Gets or sets the descripion of the index. |
index_method |
Optional[str] | ➖ | Gets or sets the index method. |
index_method_parameters |
Dict[str, str] | ➖ | Gets or sets the parameters of the index method. |
period_recalculation |
Optional[str] | ➖ | Gets or sets the period recalculation of the index. |
visibility_public |
Optional[bool] | ➖ | Gets or sets the visibility public of the index. |
notify_emails |
Optional[str] | ➖ | Gets or sets the notify emails of the index. |
components |
List[components.V1IndexDataComponent] | ➖ | Gets or sets the components of the index. |