GoogleCloudApigeeV1ListSecurityFeedbackResponse constructor

GoogleCloudApigeeV1ListSecurityFeedbackResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudApigeeV1SecurityFeedback>? securityFeedback,
})

Implementation

GoogleCloudApigeeV1ListSecurityFeedbackResponse({
  this.nextPageToken,
  this.securityFeedback,
});