ListVpcFlowLogsConfigsResponse constructor
      
      ListVpcFlowLogsConfigsResponse({ 
    
    
- String? nextPageToken,
- List<String> ? unreachable,
- List<VpcFlowLogsConfig> ? vpcFlowLogsConfigs,
Implementation
ListVpcFlowLogsConfigsResponse({
  this.nextPageToken,
  this.unreachable,
  this.vpcFlowLogsConfigs,
});