ignoreAbsentFields

@JvmName(name = "boojprefvtltlpyh")
suspend fun ignoreAbsentFields(value: Output<Boolean>)
@JvmName(name = "lvmxtxmilxxivnhg")
suspend fun ignoreAbsentFields(value: Boolean?)

Parameters

value
  • (Optional) True/false. If set to true, ignore any fields present when the endpoint is read but that were not in data_json. Also, if a field that was written is not returned when the endpoint is read, treat that field as being up to date. You should set this to true when writing to endpoint that, when read, returns a different set of fields from the ones you wrote, as is common with many configuration endpoints. Defaults to false.