OpsGenie REST API v0.1.0 OpsGenieRESTAPI.Model.CreateSavedSearchPayload

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %OpsGenieRESTAPI.Model.CreateSavedSearchPayload{
  description: String.t(),
  name: String.t(),
  owner: UserRecipient,
  query: String.t(),
  teams: [TeamRecipient]
}