GoogleCloudApigeeV1Metadata constructor

GoogleCloudApigeeV1Metadata({
  1. List<String>? errors,
  2. List<String>? notices,
})

Implementation

GoogleCloudApigeeV1Metadata({
  this.errors,
  this.notices,
});