BatchUpdateValuesByDataFilterRequest constructor

BatchUpdateValuesByDataFilterRequest({
  1. List<DataFilterValueRange>? data,
  2. bool? includeValuesInResponse,
  3. String? responseDateTimeRenderOption,
  4. String? responseValueRenderOption,
  5. String? valueInputOption,
})

Implementation

BatchUpdateValuesByDataFilterRequest({
  this.data,
  this.includeValuesInResponse,
  this.responseDateTimeRenderOption,
  this.responseValueRenderOption,
  this.valueInputOption,
});