GoogleCloudApigeeV1ListSpacesResponse constructor

GoogleCloudApigeeV1ListSpacesResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudApigeeV1Space>? spaces,
})

Implementation

GoogleCloudApigeeV1ListSpacesResponse({this.nextPageToken, this.spaces});