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

Provides struct and type for a CreateWebhookSubscriptionRequest

Summary

Types

t()

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