GoogleCloudApigeeV1ListApiDebugSessionsResponse constructor
      
      GoogleCloudApigeeV1ListApiDebugSessionsResponse({ 
    
    
- String? nextPageToken,
 - List<
GoogleCloudApigeeV1ApiDebugSession> ? sessions, 
Implementation
GoogleCloudApigeeV1ListApiDebugSessionsResponse({
  this.nextPageToken,
  this.sessions,
});