GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse constructor
GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse({
- List<
GoogleCloudApigeeV1EnvironmentGroupAttachment> ? environmentGroupAttachments, - String? nextPageToken,
Implementation
GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse({
this.environmentGroupAttachments,
this.nextPageToken,
});