GoogleCloudApigeeV1ListAppGroupsResponse constructor

GoogleCloudApigeeV1ListAppGroupsResponse({
  1. List<GoogleCloudApigeeV1AppGroup>? appGroups,
  2. String? nextPageToken,
  3. int? totalSize,
})

Implementation

GoogleCloudApigeeV1ListAppGroupsResponse({
  this.appGroups,
  this.nextPageToken,
  this.totalSize,
});