GoogleCloudApigeeV1ListSecurityFeedbackResponse constructor
GoogleCloudApigeeV1ListSecurityFeedbackResponse({
- String? nextPageToken,
- List<
GoogleCloudApigeeV1SecurityFeedback> ? securityFeedback,
Implementation
GoogleCloudApigeeV1ListSecurityFeedbackResponse({
this.nextPageToken,
this.securityFeedback,
});