nfsense/internal/definitions/firewall/destination_nat.go

7 lines
147 B
Go

package firewall
type DestinationNATRule struct {
Rule
Address *string `json:"address,omitempty"`
Service *string `json:"service,omitempty"`
}