GoogleCloudApigeeV1ListHybridIssuersResponse constructor

GoogleCloudApigeeV1ListHybridIssuersResponse({
  1. List<GoogleCloudApigeeV1ServiceIssuersMapping>? issuers,
})

Implementation

GoogleCloudApigeeV1ListHybridIssuersResponse({
  this.issuers,
});