ResourceConfig

constructor(id: String? = null, resource: ResourceType, filterId: String? = null, searchParameter: String? = null, isRevInclude: Boolean = true, dataQueries: List<DataQuery>? = null, relatedResources: List<ResourceConfig> = emptyList(), sortConfigs: List<SortConfig> = emptyList(), resultAsCount: Boolean = false, countResultConfig: CountResultConfig? = CountResultConfig(), nestedSearchResources: List<NestedSearchConfig>? = null, configRules: List<RuleConfig>? = emptyList(), planDefinitions: List<String>? = null, attributesToUpdate: List<KeyValueConfig>? = emptyList(), filterFhirPathExpressions: List<KeyValueConfig>? = emptyList())