Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 369 Bytes

IndexingSettings.md

File metadata and controls

18 lines (12 loc) · 369 Bytes

TCAClient::IndexingSettings

Properties

Name Type Description Notes
add_to_index Boolean If set, the submission will be added to all valid node groups for future matching [optional]

Example

require 'tca_client'

instance = TCAClient::IndexingSettings.new(
  add_to_index: null
)