package firewall type Match struct { Services []string `json:"services,omitempty"` SourceAddresses []string `json:"source_addresses,omitempty"` DestinationAddresses []string `json:"destination_addresses,omitempty"` }