View Source ExOura.Client.UpdateWebhookSubscriptionRequest (ex_oura v1.0.0)

Provides struct and type for a UpdateWebhookSubscriptionRequest

Summary

Types

t()

@type t() :: %ExOura.Client.UpdateWebhookSubscriptionRequest{
  callback_url: String.t() | nil,
  data_type: String.t() | nil,
  event_type: String.t() | nil,
  verification_token: String.t()
}