package newV2board type route struct { Id int `json:"id"` Match []string `json:"match"` Action string `json:"action"` ActionValue *string `json:"action_value"` }