GoogleCloudApigeeV1ListDebugSessionsResponse constructor

GoogleCloudApigeeV1ListDebugSessionsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudApigeeV1Session>? sessions,
})

Implementation

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