ListNetworkProfilesRequest constructor
ListNetworkProfilesRequest({})
Implementation
ListNetworkProfilesRequest({
this.filter,
this.maxResults,
this.orderBy,
this.pageToken,
required this.project,
this.returnPartialSuccess,
}) : super(fullyQualifiedName);