ListPersistentResourcesResponse constructor

ListPersistentResourcesResponse({
  1. List<PersistentResource> persistentResources = const [],
  2. String nextPageToken = '',
})

Implementation

ListPersistentResourcesResponse({
  this.persistentResources = const [],
  this.nextPageToken = '',
}) : super(fullyQualifiedName);