GoogleCloudApigeeV1ListApiDebugSessionsResponse constructor

GoogleCloudApigeeV1ListApiDebugSessionsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudApigeeV1ApiDebugSession>? sessions,
})

Implementation

GoogleCloudApigeeV1ListApiDebugSessionsResponse({
  this.nextPageToken,
  this.sessions,
});