ResponseMetaData constructor

ResponseMetaData({
  1. String? currencyCode,
  2. bool? dataLossFromOtherRow,
  3. String? emptyReason,
  4. List<SamplingMetadata>? samplingMetadatas,
  5. SchemaRestrictionResponse? schemaRestrictionResponse,
  6. bool? subjectToThresholding,
  7. String? timeZone,
})

Implementation

ResponseMetaData({
  this.currencyCode,
  this.dataLossFromOtherRow,
  this.emptyReason,
  this.samplingMetadatas,
  this.schemaRestrictionResponse,
  this.subjectToThresholding,
  this.timeZone,
});