NetworkEndpointGroupsListNetworkEndpointsWarning constructor
      
      NetworkEndpointGroupsListNetworkEndpointsWarning({ 
    
    
- String? code,
- List<NetworkEndpointGroupsListNetworkEndpointsWarningData> ? data,
- String? message,
Implementation
NetworkEndpointGroupsListNetworkEndpointsWarning({
  this.code,
  this.data,
  this.message,
});