ListPersistentResourcesResponse constructor
ListPersistentResourcesResponse({
- List<
PersistentResource> persistentResources = const [], - String nextPageToken = '',
Implementation
ListPersistentResourcesResponse({
this.persistentResources = const [],
this.nextPageToken = '',
}) : super(fullyQualifiedName);