ExOura.Client.UpdateWebhookSubscriptionRequest (ex_oura v4.0.0)

Copy Markdown View Source

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()
}