Skip to content

Commit

Permalink
Merge pull request #96 from opsgenie/add_order_into_routing_rule
Browse files Browse the repository at this point in the history
add Order field into routing rule
  • Loading branch information
trabab authored Feb 10, 2022
2 parents 29a3262 + c3252bb commit 2a8f799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions team/result.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ type RoutingRuleMeta struct {
Id string `json:"id,omitempty"`
Name string `json:"name,omitempty"`
IsDefault bool `json:"isDefault,omitempty"`
Order int `json:"order,omitempty"`
Criteria og.Criteria `json:"criteria,omitempty"`
Timezone string `json:"timezone,omitempty"`
TimeRestriction og.TimeRestriction `json:"timeRestriction,omitempty"`
Expand Down

0 comments on commit 2a8f799

Please sign in to comment.