ignoreKeys

public abstract TestTableItem.Builder ignoreKeys(List<String> ignoreKeys)
@CanIgnoreReturnValue()
public TestTableItem.Builder ignoreKeys(Array<String> ignoreKeys)

Setter for ignoreKeys.

ignoreKeys: Keys to ignore when comparing the request and response. This is useful for tests that are not deterministic.