GoogleCloudApigeeV1SecurityReportResultView constructor

GoogleCloudApigeeV1SecurityReportResultView({
  1. int? code,
  2. String? error,
  3. GoogleCloudApigeeV1SecurityReportMetadata? metadata,
  4. List<Object?>? rows,
  5. String? state,
})

Implementation

GoogleCloudApigeeV1SecurityReportResultView({
  this.code,
  this.error,
  this.metadata,
  this.rows,
  this.state,
});