GoogleCloudApigeeV1ListAppGroupsResponse constructor
GoogleCloudApigeeV1ListAppGroupsResponse({
- List<
GoogleCloudApigeeV1AppGroup> ? appGroups, - String? nextPageToken,
- int? totalSize,
Implementation
GoogleCloudApigeeV1ListAppGroupsResponse({
this.appGroups,
this.nextPageToken,
this.totalSize,
});