GoogleCloudApigeeV1SecurityReportMetadata constructor

GoogleCloudApigeeV1SecurityReportMetadata({
  1. List<String>? dimensions,
  2. String? endTimestamp,
  3. List<String>? metrics,
  4. String? mimeType,
  5. String? startTimestamp,
  6. String? timeUnit,
})

Implementation

GoogleCloudApigeeV1SecurityReportMetadata({
  this.dimensions,
  this.endTimestamp,
  this.metrics,
  this.mimeType,
  this.startTimestamp,
  this.timeUnit,
});