Compare commits

..

1 Commits

Author SHA1 Message Date
3a991266a1 More omitempty 2025-04-18 11:35:19 +02:00

View File

@@ -28,7 +28,7 @@ type FirewallSource struct {
MatchOppositeNetworks bool `json:"match_opposite_networks"`
MatchOppositePorts bool `json:"match_opposite_ports"`
MatchingTarget string `json:"matching_target"`
MatchingTargetType string `json:"matching_target_type"`
MatchingTargetType string `json:"matching_target_type,omitempty"`
NetworkIDs []string `json:"network_ids,omitempty"`
Port string `json:"port"`
PortMatchingType string `json:"port_matching_type"`