GoogleCloudApigeeV1ListSpacesResponse constructor
GoogleCloudApigeeV1ListSpacesResponse({
- String? nextPageToken,
- List<
GoogleCloudApigeeV1Space> ? spaces,
Implementation
GoogleCloudApigeeV1ListSpacesResponse({this.nextPageToken, this.spaces});