OpsGenie REST API v0.1.0 OpsGenieRESTAPI.Model.User

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %OpsGenieRESTAPI.Model.User{
  blocked: boolean(),
  createdAt: DateTime.t(),
  details: %{optional(String.t()) => [String.t()]},
  fullName: String.t(),
  id: String.t(),
  locale: String.t(),
  mutedUntil: DateTime.t(),
  role: UserRole,
  skypeUsername: String.t(),
  tags: [String.t()],
  timeZone: String.t(),
  userAddress: UserAddress,
  userContacts: [UserContact],
  username: String.t(),
  verified: boolean()
}